Standard
Class Standard_TrapShapeHyperbola

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

class 
TrapShape:Standard_TrapShapeHyperbola



Ultra Fractal Source

Toggle UF Source Code Display

 class Standard_TrapShapeHyperbola(common.ulb:TrapShape) {
 public:
   float func Iterate(complex pz)
     return abs(imag(pz) * real(pz) - @diameter)
   endfunc
 default:
   title = "Hyperbola"
   float param diameter
     caption = "Diameter"
     default = 1
     hint = "This transforms the shape of the trap. Use 0 to duplicate the \
             Hypercross trap shape"
   endparam
 }
 


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

public Standard_TrapShapeHyperbola()
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