rkb
Class RKB_TrapShapeCombineShapes

Object
  extended by common:Generic
      extended by common:TrapShape
          extended by rkb:RKB_TrapShapeCombineShapes

class 
TrapShape:RKB_TrapShapeCombineShapes

A shape plug-in which combines two shapes


Ultra Fractal Source

Toggle UF Source Code Display


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

RKB_TrapShapeCombineShapes

public RKB_TrapShapeCombineShapes(Generic pparent)

RKB_TrapShapeCombineShapes

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