dmj5
Class DMJ_TrapShapePoint

Object
  extended by common:Generic
      extended by common:TrapShape
          extended by dmj5:DMJ_TrapShapePoint

class 
TrapShape:DMJ_TrapShapePoint

Simple point trap shape. (This is a clone of the common.ulb shape, included here for convenience.)


Ultra Fractal Source

Toggle UF Source Code Display


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

DMJ_TrapShapePoint

public DMJ_TrapShapePoint(Generic pparent)

DMJ_TrapShapePoint

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