MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_ConvertToIntVector:

Classes

struct  _Underlying

Public Member Functions

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().

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3d__ref_storage_center
unsafe double * __ref_storage_invRange

Properties

unsafe ref readonly MR.Vector3d center [get]
unsafe double invRange [get]

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_ConvertToIntVector() [1/4]

unsafe MR.Const_ConvertToIntVector.Const_ConvertToIntVector ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_ConvertToIntVector() [2/4]

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

Constructs MR.ConvertToIntVector elementwise.

◆ Const_ConvertToIntVector() [3/4]

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

Generated from constructor MR.ConvertToIntVector.ConvertToIntVector.

◆ Const_ConvertToIntVector() [4/4]

MR.Const_ConvertToIntVector.Const_ConvertToIntVector ( ConvertToIntVector _other)
inline

Generated from constructor MR.ConvertToIntVector.ConvertToIntVector.

Member Function Documentation

◆ call() [1/2]

unsafe MR.Vector3i MR.Const_ConvertToIntVector.call ( in MR.Vector3d p)
inline

double-to-int coordinates converter Generated from method MR::ConvertToIntVector::operator().

◆ call() [2/2]

unsafe MR.Vector3i MR.Const_ConvertToIntVector.call ( in MR.Vector3f p)
inline

float-to-int coordinates converter Generated from method MR::ConvertToIntVector::operator().

◆ Dispose() [1/2]

virtual void MR.Const_ConvertToIntVector.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_ConvertToIntVector.Dispose ( bool disposing)
inlineprotectedvirtual

◆ scaleOnly()

unsafe int MR.Const_ConvertToIntVector.scaleOnly ( double v)
inline

applies scaling only (without translation) with the following rounding to the nearest int Generated from method MR.ConvertToIntVector.scaleOnly.

Member Data Documentation

◆ __ref_storage_center

unsafe MR.Vector3d* MR.Const_ConvertToIntVector.__ref_storage_center
protected

◆ __ref_storage_invRange

unsafe double* MR.Const_ConvertToIntVector.__ref_storage_invRange
protected

Property Documentation

◆ center

unsafe ref readonly MR.Vector3d MR.Const_ConvertToIntVector.center
get

◆ invRange

unsafe double MR.Const_ConvertToIntVector.invRange
get

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