Generated from class MR.CurveFunc. This is the non-const half of the class.
More...
|
| unsafe | CurveFunc () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | CurveFunc (MR.Std._ByValue_Function_MRCurvePointFuncFromFloat func, float totalLength) |
| | Constructs MR.CurveFunc elementwise.
|
| |
| unsafe | CurveFunc (MR._ByValue_CurveFunc _other) |
| | Generated from constructor MR.CurveFunc.CurveFunc.
|
| |
| | CurveFunc (Const_CurveFunc _other) |
| | Generated from constructor MR.CurveFunc.CurveFunc.
|
| |
| | CurveFunc (CurveFunc _other) |
| | Generated from constructor MR.CurveFunc.CurveFunc.
|
| |
| unsafe MR.CurveFunc | assign (MR._ByValue_CurveFunc _other) |
| | Generated from method MR.CurveFunc.operator=.
|
| |
|
| new unsafe MR.Std.Function_MRCurvePointFuncFromFloat | func [get, protected set] |
| | curve given as a function: position along curve -> point
|
| |
| new unsafe ref float | totalLength [get] |
| | total length of the given curve
|
| |
Generated from class MR.CurveFunc. This is the non-const half of the class.
◆ CurveFunc() [1/5]
| unsafe MR.CurveFunc.CurveFunc |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ CurveFunc() [2/5]
| unsafe MR.CurveFunc.CurveFunc |
( |
MR.Std._ByValue_Function_MRCurvePointFuncFromFloat | func, |
|
|
float | totalLength ) |
|
inline |
◆ CurveFunc() [3/5]
| unsafe MR.CurveFunc.CurveFunc |
( |
MR._ByValue_CurveFunc | _other | ) |
|
|
inline |
Generated from constructor MR.CurveFunc.CurveFunc.
◆ CurveFunc() [4/5]
| MR.CurveFunc.CurveFunc |
( |
Const_CurveFunc | _other | ) |
|
|
inline |
Generated from constructor MR.CurveFunc.CurveFunc.
◆ CurveFunc() [5/5]
Generated from constructor MR.CurveFunc.CurveFunc.
◆ assign()
| unsafe MR.CurveFunc MR.CurveFunc.assign |
( |
MR._ByValue_CurveFunc | _other | ) |
|
|
inline |
Generated from method MR.CurveFunc.operator=.
◆ func
| new unsafe MR.Std.Function_MRCurvePointFuncFromFloat MR.CurveFunc.func |
|
getprotected set |
curve given as a function: position along curve -> point
◆ totalLength
| new unsafe ref float MR.CurveFunc.totalLength |
|
get |
total length of the given curve
The documentation for this class was generated from the following file: