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

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

+ Inheritance diagram for MR.LineInterpolationParams:

Public Member Functions

unsafe LineInterpolationParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe LineInterpolationParams (float eps, float maxLength, MR.Std._ByValue_Function_BoolFuncFromFloat cb)
 Constructs MR.LineInterpolationParams elementwise.
 
unsafe LineInterpolationParams (MR._ByValue_LineInterpolationParams _other)
 Generated from constructor MR.LineInterpolationParams.LineInterpolationParams.
 
 LineInterpolationParams (Const_LineInterpolationParams _other)
 Generated from constructor MR.LineInterpolationParams.LineInterpolationParams.
 
 LineInterpolationParams (LineInterpolationParams _other)
 Generated from constructor MR.LineInterpolationParams.LineInterpolationParams.
 
unsafe MR.LineInterpolationParams assign (MR._ByValue_LineInterpolationParams _other)
 Generated from method MR.LineInterpolationParams.operator=.
 

Properties

new unsafe ref float eps [get]
 
new unsafe ref float maxLength [get]
 
new unsafe MR.Std.Function_BoolFuncFromFloat cb [get, protected set]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ LineInterpolationParams() [1/5]

unsafe MR.LineInterpolationParams.LineInterpolationParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ LineInterpolationParams() [2/5]

unsafe MR.LineInterpolationParams.LineInterpolationParams ( float eps,
float maxLength,
MR.Std._ByValue_Function_BoolFuncFromFloat cb )
inline

Constructs MR.LineInterpolationParams elementwise.

◆ LineInterpolationParams() [3/5]

unsafe MR.LineInterpolationParams.LineInterpolationParams ( MR._ByValue_LineInterpolationParams _other)
inline

Generated from constructor MR.LineInterpolationParams.LineInterpolationParams.

◆ LineInterpolationParams() [4/5]

MR.LineInterpolationParams.LineInterpolationParams ( Const_LineInterpolationParams _other)
inline

Generated from constructor MR.LineInterpolationParams.LineInterpolationParams.

◆ LineInterpolationParams() [5/5]

MR.LineInterpolationParams.LineInterpolationParams ( LineInterpolationParams _other)
inline

Generated from constructor MR.LineInterpolationParams.LineInterpolationParams.

Member Function Documentation

◆ assign()

unsafe MR.LineInterpolationParams MR.LineInterpolationParams.assign ( MR._ByValue_LineInterpolationParams _other)
inline

Generated from method MR.LineInterpolationParams.operator=.

Property Documentation

◆ cb

new unsafe MR.Std.Function_BoolFuncFromFloat MR.LineInterpolationParams.cb
getprotected set

◆ eps

new unsafe ref float MR.LineInterpolationParams.eps
get

◆ maxLength

new unsafe ref float MR.LineInterpolationParams.maxLength
get

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