rkb
Class RKB_TrapShapeDeformShape

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

class 
TrapShape:RKB_TrapShapeDeformShape

A shape plug-in which transforms other shapes including twists, ridges, and waves


Ultra Fractal Source

Toggle UF Source Code Display


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

public RKB_TrapShapeDeformShape(Generic pparent)

RKB_TrapShapeDeformShape

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