|
|
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.
|
| |
|
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/=.
|
| |
|
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<unsigned char>::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<unsigned char>::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<unsigned char>::Matrix4.
|
| |
|
unsafe byte | call (int row, int col) |
| | element access Generated from method MR.Matrix4<unsigned char>::operator().
|
| |
|
unsafe MR.Vector4_UnsignedChar | col (int i) |
| | column access Generated from method MR.Matrix4<unsigned char>::col.
|
| |
|
unsafe byte | trace () |
| | computes trace of the matrix Generated from method MR.Matrix4<unsigned char>::trace.
|
| |
|
unsafe byte | normSq () |
| | compute sum of squared matrix elements Generated from method MR.Matrix4<unsigned char>::normSq.
|
| |
|
unsafe double | norm () |
| | Generated from method MR.Matrix4<unsigned char>::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<unsigned char>::submatrix3.
|
| |
|
unsafe byte | det () |
| | computes determinant of the matrix Generated from method MR.Matrix4<unsigned char>::det.
|
| |
|
unsafe MR.Matrix4_UnsignedChar | transposed () |
| | computes transposed matrix Generated from method MR.Matrix4<unsigned char>::transposed.
|
| |
|
unsafe MR.Matrix3_UnsignedChar | getRotation () |
| | Generated from method MR.Matrix4<unsigned char>::getRotation.
|
| |
|
unsafe MR.Vector3_UnsignedChar | getTranslation () |
| | Generated from method MR.Matrix4<unsigned char>::getTranslation.
|
| |
|
unsafe? byte | data () |
| | Generated from method MR.Matrix4<unsigned char>::data.
|
| |
|
bool | Equals (MR.Const_Matrix4_UnsignedChar? b) |
| |
|
override bool | Equals (object? other) |
| |
arbitrary 4x4 matrix Generated from class MR.Matrix4<unsigned char>. This is the non-const half of the class.