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

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

+ Inheritance diagram for MR.ArcInterpolationParams:

Public Member Functions

unsafe ArcInterpolationParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe ArcInterpolationParams (float eps, float maxRadius, MR.Std._ByValue_Function_BoolFuncFromFloat cb)
 Constructs MR.ArcInterpolationParams elementwise.
 
unsafe ArcInterpolationParams (MR._ByValue_ArcInterpolationParams _other)
 Generated from constructor MR.ArcInterpolationParams.ArcInterpolationParams.
 
 ArcInterpolationParams (Const_ArcInterpolationParams _other)
 Generated from constructor MR.ArcInterpolationParams.ArcInterpolationParams.
 
 ArcInterpolationParams (ArcInterpolationParams _other)
 Generated from constructor MR.ArcInterpolationParams.ArcInterpolationParams.
 
unsafe MR.ArcInterpolationParams assign (MR._ByValue_ArcInterpolationParams _other)
 Generated from method MR.ArcInterpolationParams.operator=.
 

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ArcInterpolationParams() [1/5]

unsafe MR.ArcInterpolationParams.ArcInterpolationParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ ArcInterpolationParams() [2/5]

unsafe MR.ArcInterpolationParams.ArcInterpolationParams ( float eps,
float maxRadius,
MR.Std._ByValue_Function_BoolFuncFromFloat cb )
inline

Constructs MR.ArcInterpolationParams elementwise.

◆ ArcInterpolationParams() [3/5]

unsafe MR.ArcInterpolationParams.ArcInterpolationParams ( MR._ByValue_ArcInterpolationParams _other)
inline

Generated from constructor MR.ArcInterpolationParams.ArcInterpolationParams.

◆ ArcInterpolationParams() [4/5]

MR.ArcInterpolationParams.ArcInterpolationParams ( Const_ArcInterpolationParams _other)
inline

Generated from constructor MR.ArcInterpolationParams.ArcInterpolationParams.

◆ ArcInterpolationParams() [5/5]

MR.ArcInterpolationParams.ArcInterpolationParams ( ArcInterpolationParams _other)
inline

Generated from constructor MR.ArcInterpolationParams.ArcInterpolationParams.

Member Function Documentation

◆ assign()

unsafe MR.ArcInterpolationParams MR.ArcInterpolationParams.assign ( MR._ByValue_ArcInterpolationParams _other)
inline

Generated from method MR.ArcInterpolationParams.operator=.

Property Documentation

◆ cb

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

◆ eps

new unsafe ref float MR.ArcInterpolationParams.eps
get

◆ maxRadius

new unsafe ref float MR.ArcInterpolationParams.maxRadius
get

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