common
Class UtilityTransform
Object
common:Generic
common:Transform
common:UtilityTransform
- Direct Known Subclasses:
- DMJ_ScreenRelative, Handles, JLB_NewtonUtilityTransform, JLB_NullUtilityTransform, JLB_SpiroGlyphicUtilityTransform, PixelCoordinate
class
- Transform:UtilityTransform
Utility Transform base class.
This class adds no new functionality to the Transform class.
Its purpose is to provide a grouping for utility transforms
that other classes may use internally to provide extra
features.
Ultra Fractal Source
Toggle UF Source Code Display
class UtilityTransform(Transform) {
; Utility Transform base class.
; <p>
; This class adds no new functionality to the Transform class.
; Its purpose is to provide a grouping for utility transforms
; that other classes may use internally to provide extra
; features.
public:
; Constructor
;
; @param pparent a reference to the object creating the new object; typically, 'this'
func UtilityTransform(Generic pparent)
Transform.Transform(pparent)
endfunc
default:
int param v_utilitytransform
caption = "Version (UtilityTransform)"
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_utilitytransform < 100
endparam
}
Methods inherited from class Object |
|
UtilityTransform
public UtilityTransform(Generic pparent)
- Constructor
- Parameters:
pparent
- a reference to the object creating the new object; typically, 'this'
UtilityTransform
public UtilityTransform()