Standard
Class Standard_TrapShapeRing2

Object
  extended by common:Generic
      extended by common:TrapShape
          extended by Standard:Standard_TrapShapeRing2

class 
TrapShape:Standard_TrapShapeRing2



Ultra Fractal Source

Toggle UF Source Code Display

 class Standard_TrapShapeRing2(common.ulb:TrapShape) {
 public:
   float func Iterate(complex pz)
     return abs(|pz| - sqr(@diameter))
   endfunc
 default:
   title = "Ring 2"
   float param diameter
     caption = "Diameter"
     default = 1
     hint = "This is the diameter of the ring."
   endparam
 }
 


Constructor Summary
Standard_TrapShapeRing2()
           
 
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

Standard_TrapShapeRing2

public Standard_TrapShapeRing2()
Method Detail

Iterate

public float Iterate(complex pz)
Description copied from class: TrapShape
call this for each iteration being trapped

Overrides:
Iterate in class TrapShape