|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object common:Generic common:TrapShape common:TrapShapePoint
class
Simple point trap shape.
class TrapShapePoint(TrapShape) { ; Simple point trap shape. public: func TrapShapePoint(Generic pparent) TrapShape.TrapShape(pparent) endfunc float func Iterate(complex pz) TrapShape.Iterate(pz) return cabs(pz) endfunc default: title = "Point" int param v_trapshapepoint caption = "Version (TrapShapePoint)" 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_trapshapepoint < 100 endparam }
Constructor Summary | |
---|---|
TrapShapePoint()
|
|
TrapShapePoint(Generic pparent)
|
Method Summary | |
---|---|
float |
Iterate(complex pz)
call this for each iteration being trapped |
Methods inherited from class common:TrapShape |
---|
GetColorChannel, GetTextureValue, GetTransformedPoint, Init, IterateSilent, SetThreshold |
Methods inherited from class common:Generic |
---|
GetParent |
Methods inherited from class Object |
---|
|
Constructor Detail |
---|
public TrapShapePoint(Generic pparent)
public TrapShapePoint()
Method Detail |
---|
public float Iterate(complex pz)
TrapShape
Iterate
in class TrapShape
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |