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

three-dimensional vector Generated from class MR::Vector3<unsigned char>. This is the const half of the class. More...

Inheritance diagram for MR.Const_Vector3_UnsignedChar:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Vector3_UnsignedChar ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Vector3_UnsignedChar (MR.Const_Vector3_UnsignedChar _other)
 Generated from constructor MR::Vector3<unsigned char>::Vector3.
 Const_Vector3_UnsignedChar (Vector3_UnsignedChar _other)
 Generated from constructor MR::Vector3<unsigned char>::Vector3.
unsafe Const_Vector3_UnsignedChar (MR.Const_NoInit _1)
 Generated from constructor MR::Vector3<unsigned char>::Vector3.
unsafe Const_Vector3_UnsignedChar (byte x, byte y, byte z)
 Generated from constructor MR::Vector3<unsigned char>::Vector3.
unsafe byte lengthSq ()
 Generated from method MR::Vector3<unsigned char>lengthSq.
unsafe double length ()
 Generated from method MR::Vector3<unsigned char>length.
unsafe MR.Vector3_UnsignedChar furthestBasisVector ()
 returns one of 3 basis unit vector that makes the biggest angle with the direction specified by this Generated from method MR::Vector3<unsigned char>furthestBasisVector.
bool Equals (MR.Const_Vector3_UnsignedChar? b)
override bool Equals (object? other)

Static Public Member Functions

static unsafe MR.Vector3_UnsignedChar diagonal (byte a)
 Generated from method MR::Vector3<unsigned char>diagonal.
static unsafe MR.Vector3_UnsignedChar plusX ()
 Generated from method MR::Vector3<unsigned char>plusX.
static unsafe MR.Vector3_UnsignedChar plusY ()
 Generated from method MR::Vector3<unsigned char>plusY.
static unsafe MR.Vector3_UnsignedChar plusZ ()
 Generated from method MR::Vector3<unsigned char>plusZ.
static unsafe bool operator== (MR.Const_Vector3_UnsignedChar a, MR.Const_Vector3_UnsignedChar b)
 Generated from function MR::operator==.
static unsafe bool operator!= (MR.Const_Vector3_UnsignedChar a, MR.Const_Vector3_UnsignedChar b)
static unsafe MR.Const_Vector3_UnsignedChar operator+ (MR.Const_Vector3_UnsignedChar a)
 Generated from function MR::operator+.
static unsafe MR.Vector3i operator- (MR.Const_Vector3_UnsignedChar a)
 Generated from function MR::operator-.
static unsafe MR.Vector3i operator+ (MR.Const_Vector3_UnsignedChar a, MR.Const_Vector3_UnsignedChar b)
 Generated from function MR::operator+.
static unsafe MR.Vector3i operator- (MR.Const_Vector3_UnsignedChar a, MR.Const_Vector3_UnsignedChar b)
 Generated from function MR::operator-.
static unsafe MR.Vector3i operator* (byte a, MR.Const_Vector3_UnsignedChar b)
 Generated from function MR::operator*.
static unsafe MR.Vector3i operator* (MR.Const_Vector3_UnsignedChar b, byte a)
 Generated from function MR::operator*.
static unsafe MR.Vector3i operator/ (Const_Vector3_UnsignedChar b, byte a)
 Generated from function MR::operator/.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe byte * __ref_storage_x
unsafe byte * __ref_storage_y
unsafe byte * __ref_storage_z

Static Protected Attributes

static unsafe int * __ref_storage_Elements

Properties

static unsafe int Elements [get]
unsafe byte x [get]
unsafe byte y [get]
unsafe byte z [get]
unsafe byte this[int e] [get]
 Generated from method MR::Vector3<unsigned char>::operator[].

Detailed Description

three-dimensional vector Generated from class MR::Vector3<unsigned char>. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_Vector3_UnsignedChar() [1/5]

unsafe MR.Const_Vector3_UnsignedChar.Const_Vector3_UnsignedChar ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Vector3_UnsignedChar() [2/5]

unsafe MR.Const_Vector3_UnsignedChar.Const_Vector3_UnsignedChar ( MR.Const_Vector3_UnsignedChar _other)
inline

Generated from constructor MR::Vector3<unsigned char>::Vector3.

◆ Const_Vector3_UnsignedChar() [3/5]

MR.Const_Vector3_UnsignedChar.Const_Vector3_UnsignedChar ( Vector3_UnsignedChar _other)
inline

Generated from constructor MR::Vector3<unsigned char>::Vector3.

◆ Const_Vector3_UnsignedChar() [4/5]

unsafe MR.Const_Vector3_UnsignedChar.Const_Vector3_UnsignedChar ( MR.Const_NoInit _1)
inline

Generated from constructor MR::Vector3<unsigned char>::Vector3.

◆ Const_Vector3_UnsignedChar() [5/5]

unsafe MR.Const_Vector3_UnsignedChar.Const_Vector3_UnsignedChar ( byte x,
byte y,
byte z )
inline

Generated from constructor MR::Vector3<unsigned char>::Vector3.

Member Function Documentation

◆ diagonal()

unsafe MR.Vector3_UnsignedChar MR.Const_Vector3_UnsignedChar.diagonal ( byte a)
inlinestatic

Generated from method MR::Vector3<unsigned char>diagonal.

◆ Dispose() [1/2]

virtual void MR.Const_Vector3_UnsignedChar.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ Equals() [1/2]

bool MR.Const_Vector3_UnsignedChar.Equals ( MR.Const_Vector3_UnsignedChar? b)
inline

◆ Equals() [2/2]

override bool MR.Const_Vector3_UnsignedChar.Equals ( object? other)
inline

◆ furthestBasisVector()

unsafe MR.Vector3_UnsignedChar MR.Const_Vector3_UnsignedChar.furthestBasisVector ( )
inline

returns one of 3 basis unit vector that makes the biggest angle with the direction specified by this Generated from method MR::Vector3<unsigned char>furthestBasisVector.

◆ length()

unsafe double MR.Const_Vector3_UnsignedChar.length ( )
inline

Generated from method MR::Vector3<unsigned char>length.

◆ lengthSq()

unsafe byte MR.Const_Vector3_UnsignedChar.lengthSq ( )
inline

Generated from method MR::Vector3<unsigned char>lengthSq.

◆ operator!=()

unsafe bool MR.Const_Vector3_UnsignedChar.operator!= ( MR.Const_Vector3_UnsignedChar a,
MR.Const_Vector3_UnsignedChar b )
inlinestatic

◆ operator*() [1/2]

unsafe MR.Vector3i MR.Const_Vector3_UnsignedChar.operator* ( byte a,
MR.Const_Vector3_UnsignedChar b )
inlinestatic

Generated from function MR::operator*.

◆ operator*() [2/2]

unsafe MR.Vector3i MR.Const_Vector3_UnsignedChar.operator* ( MR.Const_Vector3_UnsignedChar b,
byte a )
inlinestatic

Generated from function MR::operator*.

◆ operator+() [1/2]

unsafe MR.Const_Vector3_UnsignedChar MR.Const_Vector3_UnsignedChar.operator+ ( MR.Const_Vector3_UnsignedChar a)
inlinestatic

Generated from function MR::operator+.

◆ operator+() [2/2]

unsafe MR.Vector3i MR.Const_Vector3_UnsignedChar.operator+ ( MR.Const_Vector3_UnsignedChar a,
MR.Const_Vector3_UnsignedChar b )
inlinestatic

Generated from function MR::operator+.

◆ operator-() [1/2]

unsafe MR.Vector3i MR.Const_Vector3_UnsignedChar.operator- ( MR.Const_Vector3_UnsignedChar a)
inlinestatic

Generated from function MR::operator-.

◆ operator-() [2/2]

unsafe MR.Vector3i MR.Const_Vector3_UnsignedChar.operator- ( MR.Const_Vector3_UnsignedChar a,
MR.Const_Vector3_UnsignedChar b )
inlinestatic

Generated from function MR::operator-.

◆ operator/()

unsafe MR.Vector3i MR.Const_Vector3_UnsignedChar.operator/ ( Const_Vector3_UnsignedChar b,
byte a )
inlinestatic

Generated from function MR::operator/.

◆ operator==()

unsafe bool MR.Const_Vector3_UnsignedChar.operator== ( MR.Const_Vector3_UnsignedChar a,
MR.Const_Vector3_UnsignedChar b )
inlinestatic

Generated from function MR::operator==.

◆ plusX()

unsafe MR.Vector3_UnsignedChar MR.Const_Vector3_UnsignedChar.plusX ( )
inlinestatic

Generated from method MR::Vector3<unsigned char>plusX.

◆ plusY()

unsafe MR.Vector3_UnsignedChar MR.Const_Vector3_UnsignedChar.plusY ( )
inlinestatic

Generated from method MR::Vector3<unsigned char>plusY.

◆ plusZ()

unsafe MR.Vector3_UnsignedChar MR.Const_Vector3_UnsignedChar.plusZ ( )
inlinestatic

Generated from method MR::Vector3<unsigned char>plusZ.

Member Data Documentation

◆ __ref_storage_Elements

unsafe int* MR.Const_Vector3_UnsignedChar.__ref_storage_Elements
staticprotected

◆ __ref_storage_x

unsafe byte* MR.Const_Vector3_UnsignedChar.__ref_storage_x
protected

◆ __ref_storage_y

unsafe byte* MR.Const_Vector3_UnsignedChar.__ref_storage_y
protected

◆ __ref_storage_z

unsafe byte* MR.Const_Vector3_UnsignedChar.__ref_storage_z
protected

Property Documentation

◆ Elements

unsafe int MR.Const_Vector3_UnsignedChar.Elements
staticget

◆ this[int e]

unsafe byte MR.Const_Vector3_UnsignedChar.this[int e]
get

Generated from method MR::Vector3<unsigned char>::operator[].

◆ x

unsafe byte MR.Const_Vector3_UnsignedChar.x
get

◆ y

unsafe byte MR.Const_Vector3_UnsignedChar.y
get

◆ z

unsafe byte MR.Const_Vector3_UnsignedChar.z
get

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