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

translate then scale float-to-int coordinate converter Generated from class MR.ConvertToIntVector. This is the non-const half of the class. More...

Inheritance diagram for MR.ConvertToIntVector:

Public Member Functions

unsafe ConvertToIntVector ()
 Constructs an empty (default-constructed) instance.
unsafe ConvertToIntVector (MR.Vector3d center, double invRange)
 Constructs MR.ConvertToIntVector elementwise.
unsafe ConvertToIntVector (MR.Const_ConvertToIntVector _other)
 Generated from constructor MR.ConvertToIntVector.ConvertToIntVector.
 ConvertToIntVector (ConvertToIntVector _other)
 Generated from constructor MR.ConvertToIntVector.ConvertToIntVector.
unsafe MR.ConvertToIntVector assign (MR.Const_ConvertToIntVector _other)
 Generated from method MR::ConvertToIntVector::operator=.
Public Member Functions inherited from MR.Const_ConvertToIntVector
virtual void Dispose ()
unsafe Const_ConvertToIntVector ()
 Constructs an empty (default-constructed) instance.
unsafe Const_ConvertToIntVector (MR.Vector3d center, double invRange)
 Constructs MR.ConvertToIntVector elementwise.
unsafe Const_ConvertToIntVector (MR.Const_ConvertToIntVector _other)
 Generated from constructor MR.ConvertToIntVector.ConvertToIntVector.
 Const_ConvertToIntVector (ConvertToIntVector _other)
 Generated from constructor MR.ConvertToIntVector.ConvertToIntVector.
unsafe int scaleOnly (double v)
 applies scaling only (without translation) with the following rounding to the nearest int Generated from method MR.ConvertToIntVector.scaleOnly.
unsafe MR.Vector3i call (in MR.Vector3d p)
 double-to-int coordinates converter Generated from method MR::ConvertToIntVector::operator().
unsafe MR.Vector3i call (in MR.Vector3f p)
 float-to-int coordinates converter Generated from method MR::ConvertToIntVector::operator().

Properties

new unsafe ref MR.Vector3d center [get]
new unsafe ref double invRange [get]
Properties inherited from MR.Const_ConvertToIntVector
unsafe ref readonly MR.Vector3d center [get]
unsafe double invRange [get]

Additional Inherited Members

Protected Member Functions inherited from MR.Const_ConvertToIntVector
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_ConvertToIntVector
unsafe MR.Vector3d__ref_storage_center
unsafe double * __ref_storage_invRange

Detailed Description

translate then scale float-to-int coordinate converter Generated from class MR.ConvertToIntVector. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ ConvertToIntVector() [1/4]

unsafe MR.ConvertToIntVector.ConvertToIntVector ( )
inline

Constructs an empty (default-constructed) instance.

◆ ConvertToIntVector() [2/4]

unsafe MR.ConvertToIntVector.ConvertToIntVector ( MR.Vector3d center,
double invRange )
inline

Constructs MR.ConvertToIntVector elementwise.

◆ ConvertToIntVector() [3/4]

unsafe MR.ConvertToIntVector.ConvertToIntVector ( MR.Const_ConvertToIntVector _other)
inline

Generated from constructor MR.ConvertToIntVector.ConvertToIntVector.

◆ ConvertToIntVector() [4/4]

MR.ConvertToIntVector.ConvertToIntVector ( ConvertToIntVector _other)
inline

Generated from constructor MR.ConvertToIntVector.ConvertToIntVector.

Member Function Documentation

◆ assign()

unsafe MR.ConvertToIntVector MR.ConvertToIntVector.assign ( MR.Const_ConvertToIntVector _other)
inline

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

Property Documentation

◆ center

new unsafe ref MR.Vector3d MR.ConvertToIntVector.center
get

◆ invRange

new unsafe ref double MR.ConvertToIntVector.invRange
get

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