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 (0) - start of the curve, (1) - end of the curve.
|
| unsafe ref readonly MR.Vector2f | 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.
|
| unsafe bool | periodicCurve [get] |
| | if true, curve parameter will be always within [0,curve.totalLength) with repetition: xr := mod( x, curve.totalLength )
|
| unsafe bool | stretch [get] |
| | stretch all contours along curve to fit in curve.totalLength
|
| unsafe float | extrusion [get] |
| | Contours extrusion outside of curve level.
|
Parameters for aligning 2d contours along given curve Generated from class MR.BendContoursAlongCurveParams. This is the const half of the class.
◆ Const_BendContoursAlongCurveParams() [1/4]
| unsafe MR.Const_BendContoursAlongCurveParams.Const_BendContoursAlongCurveParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_BendContoursAlongCurveParams() [2/4]
| unsafe MR.Const_BendContoursAlongCurveParams.Const_BendContoursAlongCurveParams |
( |
float | pivotCurveTime, |
|
|
MR.Vector2f | pivotBoxPoint, |
|
|
bool | periodicCurve, |
|
|
bool | stretch, |
|
|
float | extrusion ) |
|
inline |
◆ Const_BendContoursAlongCurveParams() [3/4]
◆ Const_BendContoursAlongCurveParams() [4/4]
◆ Dispose() [1/2]
| virtual void MR.Const_BendContoursAlongCurveParams.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_BendContoursAlongCurveParams.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_extrusion
| unsafe float* MR.Const_BendContoursAlongCurveParams.__ref_storage_extrusion |
|
protected |
◆ __ref_storage_periodicCurve
| unsafe bool* MR.Const_BendContoursAlongCurveParams.__ref_storage_periodicCurve |
|
protected |
◆ __ref_storage_pivotBoxPoint
| unsafe MR.Vector2f* MR.Const_BendContoursAlongCurveParams.__ref_storage_pivotBoxPoint |
|
protected |
◆ __ref_storage_pivotCurveTime
| unsafe float* MR.Const_BendContoursAlongCurveParams.__ref_storage_pivotCurveTime |
|
protected |
◆ __ref_storage_stretch
| unsafe bool* MR.Const_BendContoursAlongCurveParams.__ref_storage_stretch |
|
protected |
◆ extrusion
| unsafe float MR.Const_BendContoursAlongCurveParams.extrusion |
|
get |
Contours extrusion outside of curve level.
◆ periodicCurve
| unsafe bool MR.Const_BendContoursAlongCurveParams.periodicCurve |
|
get |
if true, curve parameter will be always within [0,curve.totalLength) with repetition: xr := mod( x, curve.totalLength )
◆ 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.
◆ pivotCurveTime
| unsafe float MR.Const_BendContoursAlongCurveParams.pivotCurveTime |
|
get |
Position on the curve, where bounding box's pivot point is mapped (0) - start of the curve, (1) - end of the curve.
◆ stretch
| unsafe bool MR.Const_BendContoursAlongCurveParams.stretch |
|
get |
stretch all contours along curve to fit in curve.totalLength
The documentation for this class was generated from the following file: