arbitrary 4x4 matrix Generated from class MR::Matrix4<unsigned char>. This is the non-const half of the class. More...
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/=. | |
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[]. | |
arbitrary 4x4 matrix Generated from class MR::Matrix4&lt;unsigned char&gt;. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR::Matrix4&lt;unsigned char&gt;::Matrix4.
|
inline |
Generated from constructor MR::Matrix4&lt;unsigned char&gt;::Matrix4.
|
inline |
initializes matrix from 4 row-vectors Generated from constructor MR::Matrix4&lt;unsigned char&gt;::Matrix4.
|
inline |
construct from rotation matrix and translation vector Generated from constructor MR::Matrix4&lt;unsigned char&gt;::Matrix4.
|
inline |
Generated from function MR::operator+=.
|
inline |
Generated from method MR::Matrix4&lt;unsigned char&gt;::operator=.
|
inline |
Generated from method MR::Matrix4&lt;unsigned char&gt;::operator().
|
inline |
Generated from method MR::Matrix4&lt;unsigned char&gt;data.
|
inline |
Generated from function MR::operator/=.
|
inline |
Generated from function MR::operator*=.
|
inline |
Generated from method MR::Matrix4&lt;unsigned char&gt;setRotation.
|
inline |
Generated from method MR::Matrix4&lt;unsigned char&gt;setTranslation.
|
inline |
Generated from function MR::operator-=.
|
get |
Generated from method MR::Matrix4&lt;unsigned char&gt;::operator[].
|
getprotected set |
|
getprotected set |
rows, identity matrix by default
|
getprotected set |
|
getprotected set |