MeshLib C# Docs
Loading...
Searching...
No Matches

Generated from class MR.CurveFunc. This is the const half of the class. More...

Inheritance diagram for MR.Const_CurveFunc:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_CurveFunc ()
 Constructs an empty (default-constructed) instance.
unsafe Const_CurveFunc (MR.Std._ByValue_Function_MRCurvePoint_From_Float func, float totalLength)
 Constructs MR.CurveFunc elementwise.
unsafe Const_CurveFunc (MR._ByValue_CurveFunc _other)
 Generated from constructor MR.CurveFunc.CurveFunc.
 Const_CurveFunc (Const_CurveFunc _other)
 Generated from constructor MR.CurveFunc.CurveFunc.
 Const_CurveFunc (CurveFunc _other)
 Generated from constructor MR.CurveFunc.CurveFunc.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_totalLength

Properties

unsafe MR.Std.Const_Function_MRCurvePoint_From_Float func [get, protected set]
 curve given as a function: position along curve -> point
unsafe float totalLength [get]
 total length of the given curve

Detailed Description

Generated from class MR.CurveFunc. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_CurveFunc() [1/5]

unsafe MR.Const_CurveFunc.Const_CurveFunc ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_CurveFunc() [2/5]

unsafe MR.Const_CurveFunc.Const_CurveFunc ( MR.Std._ByValue_Function_MRCurvePoint_From_Float func,
float totalLength )
inline

Constructs MR.CurveFunc elementwise.

◆ Const_CurveFunc() [3/5]

unsafe MR.Const_CurveFunc.Const_CurveFunc ( MR._ByValue_CurveFunc _other)
inline

Generated from constructor MR.CurveFunc.CurveFunc.

◆ Const_CurveFunc() [4/5]

MR.Const_CurveFunc.Const_CurveFunc ( Const_CurveFunc _other)
inline

Generated from constructor MR.CurveFunc.CurveFunc.

◆ Const_CurveFunc() [5/5]

MR.Const_CurveFunc.Const_CurveFunc ( CurveFunc _other)
inline

Generated from constructor MR.CurveFunc.CurveFunc.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_CurveFunc.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_CurveFunc.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_totalLength

unsafe float* MR.Const_CurveFunc.__ref_storage_totalLength
protected

Property Documentation

◆ func

unsafe MR.Std.Const_Function_MRCurvePoint_From_Float MR.Const_CurveFunc.func
getprotected set

curve given as a function: position along curve -> point

◆ totalLength

unsafe float MR.Const_CurveFunc.totalLength
get

total length of the given curve


The documentation for this class was generated from the following file: