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&lt;unsigned char&gt;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/=.
Public Member Functions inherited from MR.Const_Matrix4_UnsignedChar
virtual void Dispose ()
unsafe Const_Matrix4_UnsignedChar ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Matrix4_UnsignedChar (MR.Const_Matrix4_UnsignedChar _other)
 Generated from constructor MR::Matrix4&lt;unsigned char&gt;::Matrix4.
 Const_Matrix4_UnsignedChar (Matrix4_UnsignedChar _other)
 Generated from constructor MR::Matrix4&lt;unsigned char&gt;::Matrix4.
unsafe Const_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&lt;unsigned char&gt;::Matrix4.
unsafe Const_Matrix4_UnsignedChar (MR.Const_Matrix3_UnsignedChar r, MR.Const_Vector3_UnsignedChar t)
 construct from rotation matrix and translation vector Generated from constructor MR::Matrix4&lt;unsigned char&gt;::Matrix4.
unsafe byte call (int row, int col)
 element access Generated from method MR::Matrix4&lt;unsigned char&gt;::operator().
unsafe MR.Vector4_UnsignedChar col (int i)
 column access Generated from method MR::Matrix4&lt;unsigned char&gt;col.
unsafe byte trace ()
 computes trace of the matrix Generated from method MR::Matrix4&lt;unsigned char&gt;trace.
unsafe byte normSq ()
 compute sum of squared matrix elements Generated from method MR::Matrix4&lt;unsigned char&gt;normSq.
unsafe double norm ()
 Generated from method MR::Matrix4&lt;unsigned char&gt;norm.
unsafe MR.Matrix3_UnsignedChar submatrix3 (int i, int j)
 computes submatrix of the matrix with excluded i-th row and j-th column Generated from method MR::Matrix4&lt;unsigned char&gt;submatrix3.
unsafe byte det ()
 computes determinant of the matrix Generated from method MR::Matrix4&lt;unsigned char&gt;det.
unsafe MR.Matrix4_UnsignedChar transposed ()
 computes transposed matrix Generated from method MR::Matrix4&lt;unsigned char&gt;transposed.
unsafe MR.Matrix3_UnsignedChar getRotation ()
 Generated from method MR::Matrix4&lt;unsigned char&gt;getRotation.
unsafe MR.Vector3_UnsignedChar getTranslation ()
 Generated from method MR::Matrix4&lt;unsigned char&gt;getTranslation.
unsafe? byte data ()
 Generated from method MR::Matrix4&lt;unsigned char&gt;data.
bool Equals (MR.Const_Matrix4_UnsignedChar? b)
override bool Equals (object? other)

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&lt;unsigned char&gt;::operator[].
Properties inherited from MR.Const_Matrix4_UnsignedChar
unsafe MR.Const_Vector4_UnsignedChar x [get, protected set]
 rows, identity matrix by default
unsafe MR.Const_Vector4_UnsignedChar y [get, protected set]
unsafe MR.Const_Vector4_UnsignedChar z [get, protected set]
unsafe MR.Const_Vector4_UnsignedChar w [get, protected set]
unsafe MR.Const_Vector4_UnsignedChar this[int row] [get]
 row access Generated from method MR::Matrix4&lt;unsigned char&gt;::operator[].

Additional Inherited Members

Static Public Member Functions inherited from MR.Const_Matrix4_UnsignedChar
static unsafe MR.Matrix4_UnsignedChar zero ()
 Generated from method MR::Matrix4&lt;unsigned char&gt;zero.
static unsafe MR.Matrix4_UnsignedChar identity ()
 Generated from method MR::Matrix4&lt;unsigned char&gt;identity.
static unsafe MR.Matrix4_UnsignedChar scale (byte s)
 returns a matrix that scales uniformly Generated from method MR::Matrix4&lt;unsigned char&gt;scale.
static unsafe bool operator== (MR.Const_Matrix4_UnsignedChar a, MR.Const_Matrix4_UnsignedChar b)
 Generated from function MR::operator==.
static unsafe bool operator!= (MR.Const_Matrix4_UnsignedChar a, MR.Const_Matrix4_UnsignedChar b)
static unsafe MR.Matrix4i operator+ (MR.Const_Matrix4_UnsignedChar a, MR.Const_Matrix4_UnsignedChar b)
 Generated from function MR::operator+.
static unsafe MR.Matrix4i operator- (MR.Const_Matrix4_UnsignedChar a, MR.Const_Matrix4_UnsignedChar b)
 Generated from function MR::operator-.
static unsafe MR.Matrix4i operator* (byte a, MR.Const_Matrix4_UnsignedChar b)
 Generated from function MR::operator*.
static unsafe MR.Matrix4i operator* (MR.Const_Matrix4_UnsignedChar b, byte a)
 Generated from function MR::operator*.
static unsafe MR.Matrix4i operator/ (Const_Matrix4_UnsignedChar b, byte a)
 Generated from function MR::operator/.
static unsafe MR.Vector4i operator* (MR.Const_Matrix4_UnsignedChar a, MR.Const_Vector4_UnsignedChar b)
 x = a * b Generated from function MR::operator*.
static unsafe MR.Matrix4i operator* (MR.Const_Matrix4_UnsignedChar a, MR.Const_Matrix4_UnsignedChar b)
 product of two matrices Generated from function MR::operator*.
Protected Member Functions inherited from MR.Const_Matrix4_UnsignedChar
virtual unsafe void Dispose (bool disposing)

Detailed Description

arbitrary 4x4 matrix Generated from class MR::Matrix4&lt;unsigned char&gt;. 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&lt;unsigned char&gt;::Matrix4.

◆ Matrix4_UnsignedChar() [3/5]

MR.Matrix4_UnsignedChar.Matrix4_UnsignedChar ( Matrix4_UnsignedChar _other)
inline

Generated from constructor MR::Matrix4&lt;unsigned char&gt;::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&lt;unsigned char&gt;::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&lt;unsigned char&gt;::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&lt;unsigned char&gt;::operator=.

◆ call()

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

Generated from method MR::Matrix4&lt;unsigned char&gt;::operator().

◆ data()

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

Generated from method MR::Matrix4&lt;unsigned char&gt;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&lt;unsigned char&gt;setRotation.

◆ setTranslation()

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

Generated from method MR::Matrix4&lt;unsigned char&gt;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&lt;unsigned char&gt;::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: