jlb
Class JLB_NullZContraction
Object
common:Generic
mmf:Contraction
jlb:JLB_NullZContraction
class
- Contraction:JLB_NullZContraction
A do-nothing Z Contraction.
Ultra Fractal Source
Toggle UF Source Code Display
class JLB_NullZContraction(mmf.ulb:Contraction) {
; A do-nothing Z Contraction.
public:
; @param pz
; @param pc
; @return the same pz
complex func Iterate(complex pz, complex pc)
return pz
endfunc
default:
title = "(Same z)" ;"Null Contraction"
int param v_nullzcontraction
caption = "Version (JLB_NullZContraction)"
default = 100
hint = "This version parameter is used to detect when a change has \
been made to the formula that is incompatible with the \
previous version. When that happens, this field will reflect \
the old version number to alert you to the fact that an \
alternate rendering is being used."
visible = @v_nullzcontraction < 100
endparam
}
Methods inherited from class Object |
|
JLB_NullZContraction
public JLB_NullZContraction()
Iterate
public complex Iterate(complex pz,
complex pc)
- Overrides:
Iterate
in class Contraction
- Parameters:
pz
- pc
-
- Returns:
- the same pz