MeshLib C# Docs
Loading...
Searching...
No Matches
MR.CurveFunc Class Reference

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

+ Inheritance diagram for MR.CurveFunc:

Public Member Functions

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=.
 

Properties

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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ 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

Constructs MR.CurveFunc elementwise.

◆ 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]

MR.CurveFunc.CurveFunc ( CurveFunc _other)
inline

Generated from constructor MR.CurveFunc.CurveFunc.

Member Function Documentation

◆ assign()

unsafe MR.CurveFunc MR.CurveFunc.assign ( MR._ByValue_CurveFunc _other)
inline

Generated from method MR.CurveFunc.operator=.

Property Documentation

◆ 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: