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

this struct contains coordinate converters float-int-float Generated from class MR.CoordinateConverters. This is the non-const half of the class. More...

Inheritance diagram for MR.CoordinateConverters:

Public Member Functions

unsafe CoordinateConverters ()
 Constructs an empty (default-constructed) instance.
unsafe CoordinateConverters (MR.Std._ByValue_Function_MRVector3i_From_ConstMRVector3fRef toInt, MR.Std._ByValue_Function_MRVector3f_From_ConstMRVector3iRef toFloat)
 Constructs MR.CoordinateConverters elementwise.
unsafe CoordinateConverters (MR._ByValue_CoordinateConverters _other)
 Generated from constructor MR.CoordinateConverters.CoordinateConverters.
 CoordinateConverters (Const_CoordinateConverters _other)
 Generated from constructor MR.CoordinateConverters.CoordinateConverters.
 CoordinateConverters (CoordinateConverters _other)
 Generated from constructor MR.CoordinateConverters.CoordinateConverters.
unsafe MR.CoordinateConverters assign (MR._ByValue_CoordinateConverters _other)
 Generated from method MR::CoordinateConverters::operator=.
Public Member Functions inherited from MR.Const_CoordinateConverters
virtual void Dispose ()
unsafe Const_CoordinateConverters ()
 Constructs an empty (default-constructed) instance.
unsafe Const_CoordinateConverters (MR.Std._ByValue_Function_MRVector3i_From_ConstMRVector3fRef toInt, MR.Std._ByValue_Function_MRVector3f_From_ConstMRVector3iRef toFloat)
 Constructs MR.CoordinateConverters elementwise.
unsafe Const_CoordinateConverters (MR._ByValue_CoordinateConverters _other)
 Generated from constructor MR.CoordinateConverters.CoordinateConverters.
 Const_CoordinateConverters (Const_CoordinateConverters _other)
 Generated from constructor MR.CoordinateConverters.CoordinateConverters.
 Const_CoordinateConverters (CoordinateConverters _other)
 Generated from constructor MR.CoordinateConverters.CoordinateConverters.

Properties

new unsafe MR.Std.Function_MRVector3i_From_ConstMRVector3fRef toInt [get, protected set]
new unsafe MR.Std.Function_MRVector3f_From_ConstMRVector3iRef toFloat [get, protected set]
Properties inherited from MR.Const_CoordinateConverters
unsafe MR.Std.Const_Function_MRVector3i_From_ConstMRVector3fRef toInt [get, protected set]
unsafe MR.Std.Const_Function_MRVector3f_From_ConstMRVector3iRef toFloat [get, protected set]

Additional Inherited Members

Protected Member Functions inherited from MR.Const_CoordinateConverters
virtual unsafe void Dispose (bool disposing)

Detailed Description

this struct contains coordinate converters float-int-float Generated from class MR.CoordinateConverters. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ CoordinateConverters() [1/5]

unsafe MR.CoordinateConverters.CoordinateConverters ( )
inline

Constructs an empty (default-constructed) instance.

◆ CoordinateConverters() [2/5]

unsafe MR.CoordinateConverters.CoordinateConverters ( MR.Std._ByValue_Function_MRVector3i_From_ConstMRVector3fRef toInt,
MR.Std._ByValue_Function_MRVector3f_From_ConstMRVector3iRef toFloat )
inline

Constructs MR.CoordinateConverters elementwise.

◆ CoordinateConverters() [3/5]

unsafe MR.CoordinateConverters.CoordinateConverters ( MR._ByValue_CoordinateConverters _other)
inline

Generated from constructor MR.CoordinateConverters.CoordinateConverters.

◆ CoordinateConverters() [4/5]

MR.CoordinateConverters.CoordinateConverters ( Const_CoordinateConverters _other)
inline

Generated from constructor MR.CoordinateConverters.CoordinateConverters.

◆ CoordinateConverters() [5/5]

MR.CoordinateConverters.CoordinateConverters ( CoordinateConverters _other)
inline

Generated from constructor MR.CoordinateConverters.CoordinateConverters.

Member Function Documentation

◆ assign()

unsafe MR.CoordinateConverters MR.CoordinateConverters.assign ( MR._ByValue_CoordinateConverters _other)
inline

Generated from method MR::CoordinateConverters::operator=.

Property Documentation

◆ toFloat

new unsafe MR.Std.Function_MRVector3f_From_ConstMRVector3iRef MR.CoordinateConverters.toFloat
getprotected set

◆ toInt

new unsafe MR.Std.Function_MRVector3i_From_ConstMRVector3fRef MR.CoordinateConverters.toInt
getprotected set

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