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

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

Inheritance diagram for MR.Const_Vector4_UnsignedChar:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Vector4_UnsignedChar ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Vector4_UnsignedChar (MR.Const_Vector4_UnsignedChar _other)
 Generated from constructor MR::Vector4<unsigned char>::Vector4.
 Const_Vector4_UnsignedChar (Vector4_UnsignedChar _other)
 Generated from constructor MR::Vector4<unsigned char>::Vector4.
unsafe Const_Vector4_UnsignedChar (MR.Const_NoInit _1)
 Generated from constructor MR::Vector4<unsigned char>::Vector4.
unsafe Const_Vector4_UnsignedChar (byte x, byte y, byte z, byte w)
 Generated from constructor MR::Vector4<unsigned char>::Vector4.
unsafe byte lengthSq ()
 Generated from method MR::Vector4<unsigned char>lengthSq.
unsafe double length ()
 Generated from method MR::Vector4<unsigned char>length.
bool Equals (MR.Const_Vector4_UnsignedChar? b)
override bool Equals (object? other)

Static Public Member Functions

static unsafe MR.Vector4_UnsignedChar diagonal (byte a)
 Generated from method MR::Vector4<unsigned char>diagonal.
static unsafe bool operator== (MR.Const_Vector4_UnsignedChar a, MR.Const_Vector4_UnsignedChar b)
 Generated from function MR::operator==.
static unsafe bool operator!= (MR.Const_Vector4_UnsignedChar a, MR.Const_Vector4_UnsignedChar b)
static unsafe MR.Const_Vector4_UnsignedChar operator+ (MR.Const_Vector4_UnsignedChar a)
 Generated from function MR::operator+.
static unsafe MR.Vector4i operator- (MR.Const_Vector4_UnsignedChar a)
 Generated from function MR::operator-.
static unsafe MR.Vector4i operator+ (MR.Const_Vector4_UnsignedChar a, MR.Const_Vector4_UnsignedChar b)
 Generated from function MR::operator+.
static unsafe MR.Vector4i operator- (MR.Const_Vector4_UnsignedChar a, MR.Const_Vector4_UnsignedChar b)
 Generated from function MR::operator-.
static unsafe MR.Vector4i operator* (byte a, MR.Const_Vector4_UnsignedChar b)
 Generated from function MR::operator*.
static unsafe MR.Vector4i operator* (MR.Const_Vector4_UnsignedChar b, byte a)
 Generated from function MR::operator*.
static unsafe MR.Vector4i operator/ (Const_Vector4_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
unsafe byte * __ref_storage_w

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 w [get]
unsafe byte this[int e] [get]
 Generated from method MR::Vector4<unsigned char>::operator[].

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_Vector4_UnsignedChar() [1/5]

unsafe MR.Const_Vector4_UnsignedChar.Const_Vector4_UnsignedChar ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Vector4_UnsignedChar() [2/5]

unsafe MR.Const_Vector4_UnsignedChar.Const_Vector4_UnsignedChar ( MR.Const_Vector4_UnsignedChar _other)
inline

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

◆ Const_Vector4_UnsignedChar() [3/5]

MR.Const_Vector4_UnsignedChar.Const_Vector4_UnsignedChar ( Vector4_UnsignedChar _other)
inline

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

◆ Const_Vector4_UnsignedChar() [4/5]

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

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

◆ Const_Vector4_UnsignedChar() [5/5]

unsafe MR.Const_Vector4_UnsignedChar.Const_Vector4_UnsignedChar ( byte x,
byte y,
byte z,
byte w )
inline

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

Member Function Documentation

◆ diagonal()

unsafe MR.Vector4_UnsignedChar MR.Const_Vector4_UnsignedChar.diagonal ( byte a)
inlinestatic

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

◆ Dispose() [1/2]

virtual void MR.Const_Vector4_UnsignedChar.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ length()

unsafe double MR.Const_Vector4_UnsignedChar.length ( )
inline

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

◆ lengthSq()

unsafe byte MR.Const_Vector4_UnsignedChar.lengthSq ( )
inline

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

◆ operator!=()

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

◆ operator*() [1/2]

unsafe MR.Vector4i MR.Const_Vector4_UnsignedChar.operator* ( byte a,
MR.Const_Vector4_UnsignedChar b )
inlinestatic

Generated from function MR::operator*.

◆ operator*() [2/2]

unsafe MR.Vector4i MR.Const_Vector4_UnsignedChar.operator* ( MR.Const_Vector4_UnsignedChar b,
byte a )
inlinestatic

Generated from function MR::operator*.

◆ operator+() [1/2]

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

Generated from function MR::operator+.

◆ operator+() [2/2]

unsafe MR.Vector4i MR.Const_Vector4_UnsignedChar.operator+ ( MR.Const_Vector4_UnsignedChar a,
MR.Const_Vector4_UnsignedChar b )
inlinestatic

Generated from function MR::operator+.

◆ operator-() [1/2]

unsafe MR.Vector4i MR.Const_Vector4_UnsignedChar.operator- ( MR.Const_Vector4_UnsignedChar a)
inlinestatic

Generated from function MR::operator-.

◆ operator-() [2/2]

unsafe MR.Vector4i MR.Const_Vector4_UnsignedChar.operator- ( MR.Const_Vector4_UnsignedChar a,
MR.Const_Vector4_UnsignedChar b )
inlinestatic

Generated from function MR::operator-.

◆ operator/()

unsafe MR.Vector4i MR.Const_Vector4_UnsignedChar.operator/ ( Const_Vector4_UnsignedChar b,
byte a )
inlinestatic

Generated from function MR::operator/.

◆ operator==()

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

Generated from function MR::operator==.

Member Data Documentation

◆ __ref_storage_Elements

unsafe int* MR.Const_Vector4_UnsignedChar.__ref_storage_Elements
staticprotected

◆ __ref_storage_w

unsafe byte* MR.Const_Vector4_UnsignedChar.__ref_storage_w
protected

◆ __ref_storage_x

unsafe byte* MR.Const_Vector4_UnsignedChar.__ref_storage_x
protected

◆ __ref_storage_y

unsafe byte* MR.Const_Vector4_UnsignedChar.__ref_storage_y
protected

◆ __ref_storage_z

unsafe byte* MR.Const_Vector4_UnsignedChar.__ref_storage_z
protected

Property Documentation

◆ Elements

unsafe int MR.Const_Vector4_UnsignedChar.Elements
staticget

◆ this[int e]

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

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

◆ w

unsafe byte MR.Const_Vector4_UnsignedChar.w
get

◆ x

unsafe byte MR.Const_Vector4_UnsignedChar.x
get

◆ y

unsafe byte MR.Const_Vector4_UnsignedChar.y
get

◆ z

unsafe byte MR.Const_Vector4_UnsignedChar.z
get

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