Parameters for aligning 2d contours along given curve Generated from class MR.BendContoursAlongCurveParams. This is the const half of the class.
More...
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe float | pivotCurveTime [get] |
| | Position on the curve, where bounding box's pivot point is mapped.
|
| |
| unsafe ref readonly MR.Vector2f | pivotBoxPoint [get] |
| |
|
unsafe bool | periodicCurve [get] |
| | if true, curve parameter will be always within [0,1) with repetition: xr := x - floor(x)
|
| |
|
unsafe bool | stretch [get] |
| | stretch all contours along curve to fit in unit curve range
|
| |
|
unsafe float | extrusion [get] |
| | Contours extrusion outside of curve level.
|
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
Parameters for aligning 2d contours along given curve Generated from class MR.BendContoursAlongCurveParams. This is the const half of the class.
◆ pivotBoxPoint
| unsafe ref readonly MR.Vector2f MR.Const_BendContoursAlongCurveParams.pivotBoxPoint |
|
get |
Position of the curve(pivotCurveTime) in the contours' bounding box: (0, 0) - bottom left, (0, 1) - bottom right, (0.5, 0.5) - center, (1, 1) - top right
The documentation for this class was generated from the following file: