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

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

+ Inheritance diagram for MR.Vector4_UnsignedChar:

Public Member Functions

unsafe Vector4_UnsignedChar ()
 Constructs an empty (default-constructed) instance.
 
unsafe Vector4_UnsignedChar (MR.Const_Vector4_UnsignedChar _other)
 Generated from constructor MR.Vector4<unsigned char>::Vector4.
 
 Vector4_UnsignedChar (Vector4_UnsignedChar _other)
 Generated from constructor MR.Vector4<unsigned char>::Vector4.
 
unsafe Vector4_UnsignedChar (MR.Const_NoInit _1)
 Generated from constructor MR.Vector4<unsigned char>::Vector4.
 
unsafe Vector4_UnsignedChar (byte x, byte y, byte z, byte w)
 Generated from constructor MR.Vector4<unsigned char>::Vector4.
 
unsafe MR.Vector4_UnsignedChar assign (MR.Const_Vector4_UnsignedChar _other)
 Generated from method MR.Vector4<unsigned char>::operator=.
 
unsafe MR.Vector4_UnsignedChar addAssign (MR.Const_Vector4_UnsignedChar b)
 Generated from function MR.operator+=.
 
unsafe MR.Vector4_UnsignedChar subAssign (MR.Const_Vector4_UnsignedChar b)
 Generated from function MR.operator-=.
 
unsafe MR.Vector4_UnsignedChar mulAssign (byte b)
 Generated from function MR.operator*=.
 
unsafe MR.Vector4_UnsignedChar divAssign (byte b)
 Generated from function MR.operator/=.
 

Properties

new unsafe ref byte x [get]
 
new unsafe ref byte y [get]
 
new unsafe ref byte z [get]
 
new unsafe ref byte w [get]
 
unsafe new ref 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 non-const half of the class.

Constructor & Destructor Documentation

◆ Vector4_UnsignedChar() [1/5]

unsafe MR.Vector4_UnsignedChar.Vector4_UnsignedChar ( )
inline

Constructs an empty (default-constructed) instance.

◆ Vector4_UnsignedChar() [2/5]

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

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

◆ Vector4_UnsignedChar() [3/5]

MR.Vector4_UnsignedChar.Vector4_UnsignedChar ( Vector4_UnsignedChar _other)
inline

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

◆ Vector4_UnsignedChar() [4/5]

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

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

◆ Vector4_UnsignedChar() [5/5]

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

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

Member Function Documentation

◆ addAssign()

unsafe MR.Vector4_UnsignedChar MR.Vector4_UnsignedChar.addAssign ( MR.Const_Vector4_UnsignedChar b)
inline

Generated from function MR.operator+=.

◆ assign()

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

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

◆ divAssign()

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

Generated from function MR.operator/=.

◆ mulAssign()

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

Generated from function MR.operator*=.

◆ subAssign()

unsafe MR.Vector4_UnsignedChar MR.Vector4_UnsignedChar.subAssign ( MR.Const_Vector4_UnsignedChar b)
inline

Generated from function MR.operator-=.

Property Documentation

◆ this[int e]

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

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

◆ w

new unsafe ref byte MR.Vector4_UnsignedChar.w
get

◆ x

new unsafe ref byte MR.Vector4_UnsignedChar.x
get

◆ y

new unsafe ref byte MR.Vector4_UnsignedChar.y
get

◆ z

new unsafe ref byte MR.Vector4_UnsignedChar.z
get

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