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

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

Inheritance diagram for MR.Vector3_UnsignedChar:

Public Member Functions

unsafe Vector3_UnsignedChar ()
 Constructs an empty (default-constructed) instance.
unsafe Vector3_UnsignedChar (MR.Const_Vector3_UnsignedChar _other)
 Generated from constructor MR::Vector3<unsigned char>::Vector3.
 Vector3_UnsignedChar (Vector3_UnsignedChar _other)
 Generated from constructor MR::Vector3<unsigned char>::Vector3.
unsafe Vector3_UnsignedChar (MR.Const_NoInit _1)
 Generated from constructor MR::Vector3<unsigned char>::Vector3.
unsafe Vector3_UnsignedChar (byte x, byte y, byte z)
 Generated from constructor MR::Vector3<unsigned char>::Vector3.
unsafe MR.Vector3_UnsignedChar assign (MR.Const_Vector3_UnsignedChar _other)
 Generated from method MR::Vector3<unsigned char>::operator=.
unsafe MR.Vector3_UnsignedChar addAssign (MR.Const_Vector3_UnsignedChar b)
 Generated from function MR::operator+=.
unsafe MR.Vector3_UnsignedChar subAssign (MR.Const_Vector3_UnsignedChar b)
 Generated from function MR::operator-=.
unsafe MR.Vector3_UnsignedChar mulAssign (byte b)
 Generated from function MR::operator*=.
unsafe MR.Vector3_UnsignedChar divAssign (byte b)
 Generated from function MR::operator/=.
Public Member Functions inherited from MR.Const_Vector3_UnsignedChar
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)

Properties

new unsafe ref byte x [get]
new unsafe ref byte y [get]
new unsafe ref byte z [get]
unsafe new ref byte this[int e] [get]
 Generated from method MR::Vector3<unsigned char>::operator[].
Properties inherited from MR.Const_Vector3_UnsignedChar
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[].

Additional Inherited Members

Static Public Member Functions inherited from MR.Const_Vector3_UnsignedChar
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 inherited from MR.Const_Vector3_UnsignedChar
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_Vector3_UnsignedChar
unsafe byte * __ref_storage_x
unsafe byte * __ref_storage_y
unsafe byte * __ref_storage_z
Static Protected Attributes inherited from MR.Const_Vector3_UnsignedChar
static unsafe int * __ref_storage_Elements

Detailed Description

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

Constructor & Destructor Documentation

◆ Vector3_UnsignedChar() [1/5]

unsafe MR.Vector3_UnsignedChar.Vector3_UnsignedChar ( )
inline

Constructs an empty (default-constructed) instance.

◆ Vector3_UnsignedChar() [2/5]

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

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

◆ Vector3_UnsignedChar() [3/5]

MR.Vector3_UnsignedChar.Vector3_UnsignedChar ( Vector3_UnsignedChar _other)
inline

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

◆ Vector3_UnsignedChar() [4/5]

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

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

◆ Vector3_UnsignedChar() [5/5]

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

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

Member Function Documentation

◆ addAssign()

unsafe MR.Vector3_UnsignedChar MR.Vector3_UnsignedChar.addAssign ( MR.Const_Vector3_UnsignedChar b)
inline

Generated from function MR::operator+=.

◆ assign()

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

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

◆ divAssign()

unsafe MR.Vector3_UnsignedChar MR.Vector3_UnsignedChar.divAssign ( byte b)
inline

Generated from function MR::operator/=.

◆ mulAssign()

unsafe MR.Vector3_UnsignedChar MR.Vector3_UnsignedChar.mulAssign ( byte b)
inline

Generated from function MR::operator*=.

◆ subAssign()

unsafe MR.Vector3_UnsignedChar MR.Vector3_UnsignedChar.subAssign ( MR.Const_Vector3_UnsignedChar b)
inline

Generated from function MR::operator-=.

Property Documentation

◆ this[int e]

unsafe new ref byte MR.Vector3_UnsignedChar.this[int e]
get

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

◆ x

new unsafe ref byte MR.Vector3_UnsignedChar.x
get

◆ y

new unsafe ref byte MR.Vector3_UnsignedChar.y
get

◆ z

new unsafe ref byte MR.Vector3_UnsignedChar.z
get

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