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

arbitrary 4x4 matrix Generated from class MR.Matrix4<unsigned char>. This is the non-const half of the class. More...

+ Inheritance diagram for MR.Matrix4_UnsignedChar:

Public Member Functions

unsafe Matrix4_UnsignedChar ()
 Constructs an empty (default-constructed) instance.
 
unsafe Matrix4_UnsignedChar (MR.Const_Matrix4_UnsignedChar _other)
 Generated from constructor MR.Matrix4<unsigned char>::Matrix4.
 
 Matrix4_UnsignedChar (Matrix4_UnsignedChar _other)
 Generated from constructor MR.Matrix4<unsigned char>::Matrix4.
 
unsafe Matrix4_UnsignedChar (MR.Const_Vector4_UnsignedChar x, MR.Const_Vector4_UnsignedChar y, MR.Const_Vector4_UnsignedChar z, MR.Const_Vector4_UnsignedChar w)
 initializes matrix from 4 row-vectors Generated from constructor MR.Matrix4<unsigned char>::Matrix4.
 
unsafe Matrix4_UnsignedChar (MR.Const_Matrix3_UnsignedChar r, MR.Const_Vector3_UnsignedChar t)
 construct from rotation matrix and translation vector Generated from constructor MR.Matrix4<unsigned char>::Matrix4.
 
unsafe MR.Matrix4_UnsignedChar assign (MR.Const_Matrix4_UnsignedChar _other)
 Generated from method MR.Matrix4<unsigned char>::operator=.
 
unsafe new ref byte call (int row, int col)
 Generated from method MR.Matrix4<unsigned char>::operator().
 
unsafe void setRotation (MR.Const_Matrix3_UnsignedChar rot)
 Generated from method MR.Matrix4<unsigned char>::setRotation.
 
unsafe void setTranslation (MR.Const_Vector3_UnsignedChar t)
 Generated from method MR.Matrix4<unsigned char>::setTranslation.
 
unsafe new MR.Misc.? Ref< byte > data ()
 Generated from method MR.Matrix4<unsigned char>::data.
 
unsafe MR.Matrix4_UnsignedChar addAssign (MR.Const_Matrix4_UnsignedChar b)
 Generated from function MR.operator+=.
 
unsafe MR.Matrix4_UnsignedChar subAssign (MR.Const_Matrix4_UnsignedChar b)
 Generated from function MR.operator-=.
 
unsafe MR.Matrix4_UnsignedChar mulAssign (byte b)
 Generated from function MR.operator*=.
 
unsafe MR.Matrix4_UnsignedChar divAssign (byte b)
 Generated from function MR.operator/=.
 

Properties

new unsafe MR.Vector4_UnsignedChar x [get, protected set]
 rows, identity matrix by default
 
new unsafe MR.Vector4_UnsignedChar y [get, protected set]
 
new unsafe MR.Vector4_UnsignedChar z [get, protected set]
 
new unsafe MR.Vector4_UnsignedChar w [get, protected set]
 
unsafe new MR.Vector4_UnsignedChar this[int row] [get]
 Generated from method MR.Matrix4<unsigned char>::operator[].
 

Detailed Description

arbitrary 4x4 matrix Generated from class MR.Matrix4<unsigned char>. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Matrix4_UnsignedChar() [1/5]

unsafe MR.Matrix4_UnsignedChar.Matrix4_UnsignedChar ( )
inline

Constructs an empty (default-constructed) instance.

◆ Matrix4_UnsignedChar() [2/5]

unsafe MR.Matrix4_UnsignedChar.Matrix4_UnsignedChar ( MR.Const_Matrix4_UnsignedChar _other)
inline

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

◆ Matrix4_UnsignedChar() [3/5]

MR.Matrix4_UnsignedChar.Matrix4_UnsignedChar ( Matrix4_UnsignedChar _other)
inline

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

◆ Matrix4_UnsignedChar() [4/5]

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

initializes matrix from 4 row-vectors Generated from constructor MR.Matrix4<unsigned char>::Matrix4.

◆ Matrix4_UnsignedChar() [5/5]

unsafe MR.Matrix4_UnsignedChar.Matrix4_UnsignedChar ( MR.Const_Matrix3_UnsignedChar r,
MR.Const_Vector3_UnsignedChar t )
inline

construct from rotation matrix and translation vector Generated from constructor MR.Matrix4<unsigned char>::Matrix4.

Member Function Documentation

◆ addAssign()

unsafe MR.Matrix4_UnsignedChar MR.Matrix4_UnsignedChar.addAssign ( MR.Const_Matrix4_UnsignedChar b)
inline

Generated from function MR.operator+=.

◆ assign()

unsafe MR.Matrix4_UnsignedChar MR.Matrix4_UnsignedChar.assign ( MR.Const_Matrix4_UnsignedChar _other)
inline

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

◆ call()

unsafe new ref byte MR.Matrix4_UnsignedChar.call ( int row,
int col )
inline

Generated from method MR.Matrix4<unsigned char>::operator().

◆ data()

unsafe new MR.Misc.? Ref< byte > MR.Matrix4_UnsignedChar.data ( )
inline

Generated from method MR.Matrix4<unsigned char>::data.

◆ divAssign()

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

Generated from function MR.operator/=.

◆ mulAssign()

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

Generated from function MR.operator*=.

◆ setRotation()

unsafe void MR.Matrix4_UnsignedChar.setRotation ( MR.Const_Matrix3_UnsignedChar rot)
inline

Generated from method MR.Matrix4<unsigned char>::setRotation.

◆ setTranslation()

unsafe void MR.Matrix4_UnsignedChar.setTranslation ( MR.Const_Vector3_UnsignedChar t)
inline

Generated from method MR.Matrix4<unsigned char>::setTranslation.

◆ subAssign()

unsafe MR.Matrix4_UnsignedChar MR.Matrix4_UnsignedChar.subAssign ( MR.Const_Matrix4_UnsignedChar b)
inline

Generated from function MR.operator-=.

Property Documentation

◆ this[int row]

unsafe new MR.Vector4_UnsignedChar MR.Matrix4_UnsignedChar.this[int row]
get

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

◆ w

new unsafe MR.Vector4_UnsignedChar MR.Matrix4_UnsignedChar.w
getprotected set

◆ x

new unsafe MR.Vector4_UnsignedChar MR.Matrix4_UnsignedChar.x
getprotected set

rows, identity matrix by default

◆ y

new unsafe MR.Vector4_UnsignedChar MR.Matrix4_UnsignedChar.y
getprotected set

◆ z

new unsafe MR.Vector4_UnsignedChar MR.Matrix4_UnsignedChar.z
getprotected set

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