dmj5
Class DMJ_TrapShapeLines
Object
common:Generic
common:TrapShape
dmj5:DMJ_TrapShapeLines
class
- TrapShape:DMJ_TrapShapeLines
Ultra Fractal Source
Toggle UF Source Code Display
class DMJ_TrapShapeLines(common.ulb:TrapShape) {
public:
import "common.ulb"
func DMJ_TrapShapeLines(Generic pparent)
TrapShape.TrapShape(pparent)
endfunc
float func Iterate(complex pz)
TrapShape.Iterate(pz)
return abs(imag(pz))
endfunc
default:
title = "Lines"
int param v_dmj_trapshapelines
caption = "Version (DMJ_TrapShapeLines)"
default = 100
hint = "This version parameter is used to detect when a change has been made to the formula that is incompatible with the previous version. When that happens, this field will reflect the old version number to alert you to the fact that an alternate rendering is being used."
visible = @v_dmj_trapshapelines < 100
endparam
}
Method Summary |
float |
Iterate(complex pz)
call this for each iteration being trapped |
Methods inherited from class Object |
|
DMJ_TrapShapeLines
public DMJ_TrapShapeLines(Generic pparent)
DMJ_TrapShapeLines
public DMJ_TrapShapeLines()
Iterate
public float Iterate(complex pz)
- Description copied from class:
TrapShape
- call this for each iteration being trapped
- Overrides:
Iterate
in class TrapShape