Curves_lengthComputeCache_data (struct)¶
Members¶
UInt32 | lastPositionsPlusStructureVersion | |
LightLock | updateLock | |
Curves_ParamLen[] | paramLenTable | |
Float32 | len | |
Float32 | invLen |
Methods¶
Curves_lengthComputeCache_data ( in Curves_lengthComputeCache_data other ) | |
Curves_lengthComputeCache_data () | |
Curves_lengthComputeCache_data | clone ? () |
Float32 | getLenFromParam ! ( in Float32 param ) |
Float32 | getParamFromLen ! ( in Float32 len ) |
Methods in detail¶
Curves_lengthComputeCache_data ( in Curves_lengthComputeCache_data other )
copy constructor
Curves_lengthComputeCache_data ()
default constructor
Curves_lengthComputeCache_data Curves_lengthComputeCache_data.clone? ()
clone method
Float32 Curves_lengthComputeCache_data.getLenFromParam! ( in Float32 param )
This is mutable as it will cache inverse of segment length
Float32 Curves_lengthComputeCache_data.getParamFromLen! ( in Float32 len )
This is mutable as it will cache inverse of segment length