arbitrary 3x3 matrix Generated from class MR.Matrix3<unsigned char>. This is the non-const half of the class.
More...
Inheritance diagram for MR.Matrix3_UnsignedChar:Public Member Functions | |
| unsafe | Matrix3_UnsignedChar () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Matrix3_UnsignedChar (MR.Const_Matrix3_UnsignedChar _other) |
Generated from constructor MR.Matrix3<unsigned char>::Matrix3. | |
| Matrix3_UnsignedChar (Matrix3_UnsignedChar _other) | |
Generated from constructor MR.Matrix3<unsigned char>::Matrix3. | |
| unsafe | Matrix3_UnsignedChar (MR.Const_Vector3_UnsignedChar x, MR.Const_Vector3_UnsignedChar y, MR.Const_Vector3_UnsignedChar z) |
initializes matrix from its 3 rows Generated from constructor MR.Matrix3<unsigned char>::Matrix3. | |
| unsafe MR.Matrix3_UnsignedChar | assign (MR.Const_Matrix3_UnsignedChar _other) |
Generated from method MR.Matrix3<unsigned char>::operator=. | |
| unsafe MR.Matrix3_UnsignedChar | addAssign (MR.Const_Matrix3_UnsignedChar b) |
Generated from function MR.operator+=. | |
| unsafe MR.Matrix3_UnsignedChar | subAssign (MR.Const_Matrix3_UnsignedChar b) |
Generated from function MR.operator-=. | |
| unsafe MR.Matrix3_UnsignedChar | mulAssign (byte b) |
Generated from function MR.operator*=. | |
| unsafe MR.Matrix3_UnsignedChar | divAssign (byte b) |
Generated from function MR.operator/=. | |
Properties | |
| new unsafe MR.Vector3_UnsignedChar | x [get, protected set] |
| rows, identity matrix by default | |
| new unsafe MR.Vector3_UnsignedChar | y [get, protected set] |
| new unsafe MR.Vector3_UnsignedChar | z [get, protected set] |
| unsafe new MR.Vector3_UnsignedChar | this[int row] [get] |
Generated from method MR.Matrix3<unsigned char>::operator[]. | |
arbitrary 3x3 matrix Generated from class MR.Matrix3<unsigned char>. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.Matrix3<unsigned char>::Matrix3.
|
inline |
Generated from constructor MR.Matrix3<unsigned char>::Matrix3.
|
inline |
initializes matrix from its 3 rows Generated from constructor MR.Matrix3<unsigned char>::Matrix3.
|
inline |
Generated from function MR.operator+=.
|
inline |
Generated from method MR.Matrix3<unsigned char>::operator=.
|
inline |
Generated from function MR.operator/=.
|
inline |
Generated from function MR.operator*=.
|
inline |
Generated from function MR.operator-=.
|
get |
Generated from method MR.Matrix3<unsigned char>::operator[].
|
getprotected set |
rows, identity matrix by default
|
getprotected set |
|
getprotected set |