symmetric 3x3 matrix Generated from class MR::SymMatrix3<unsigned char>. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | SymMatrix3_UnsignedChar () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | SymMatrix3_UnsignedChar (MR.Const_SymMatrix3_UnsignedChar _other) |
| Generated from constructor MR::SymMatrix3<unsigned char>::SymMatrix3. | |
| SymMatrix3_UnsignedChar (SymMatrix3_UnsignedChar _other) | |
| Generated from constructor MR::SymMatrix3<unsigned char>::SymMatrix3. | |
| unsafe MR.SymMatrix3_UnsignedChar | assign (MR.Const_SymMatrix3_UnsignedChar _other) |
| Generated from method MR::SymMatrix3<unsigned char>::operator=. | |
| unsafe MR.SymMatrix3_UnsignedChar | addAssign (MR.Const_SymMatrix3_UnsignedChar b) |
| Generated from method MR::SymMatrix3<unsigned char>::operator+=. | |
| unsafe MR.SymMatrix3_UnsignedChar | subAssign (MR.Const_SymMatrix3_UnsignedChar b) |
| Generated from method MR::SymMatrix3<unsigned char>::operator-=. | |
| unsafe MR.SymMatrix3_UnsignedChar | mulAssign (byte b) |
| Generated from method MR::SymMatrix3<unsigned char>::operator*=. | |
| unsafe MR.SymMatrix3_UnsignedChar | divAssign (byte b) |
| Generated from method MR::SymMatrix3<unsigned char>::operator/=. | |
| Public Member Functions inherited from MR.Const_SymMatrix3_UnsignedChar | |
| virtual void | Dispose () |
| unsafe | Const_SymMatrix3_UnsignedChar () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_SymMatrix3_UnsignedChar (MR.Const_SymMatrix3_UnsignedChar _other) |
| Generated from constructor MR::SymMatrix3<unsigned char>::SymMatrix3. | |
| Const_SymMatrix3_UnsignedChar (SymMatrix3_UnsignedChar _other) | |
| Generated from constructor MR::SymMatrix3<unsigned char>::SymMatrix3. | |
| unsafe byte | trace () |
| computes trace of the matrix Generated from method MR::SymMatrix3<unsigned char>trace. | |
| unsafe byte | normSq () |
| computes the squared norm of the matrix, which is equal to the sum of 9 squared elements Generated from method MR::SymMatrix3<unsigned char>normSq. | |
| unsafe byte | det () |
| computes determinant of the matrix Generated from method MR::SymMatrix3<unsigned char>det. | |
| unsafe MR.SymMatrix3_UnsignedChar | inverse () |
| computes inverse matrix Generated from method MR::SymMatrix3<unsigned char>inverse. | |
| unsafe MR.SymMatrix3_UnsignedChar | inverse (byte det) |
| computes inverse matrix given determinant of this Generated from method MR::SymMatrix3<unsigned char>inverse. | |
Properties | |
| new unsafe ref byte | xx [get] |
| zero matrix by default | |
| new unsafe ref byte | xy [get] |
| zero matrix by default | |
| new unsafe ref byte | xz [get] |
| zero matrix by default | |
| new unsafe ref byte | yy [get] |
| zero matrix by default | |
| new unsafe ref byte | yz [get] |
| zero matrix by default | |
| new unsafe ref byte | zz [get] |
| zero matrix by default | |
| Properties inherited from MR.Const_SymMatrix3_UnsignedChar | |
| unsafe byte | xx [get] |
| zero matrix by default | |
| unsafe byte | xy [get] |
| zero matrix by default | |
| unsafe byte | xz [get] |
| zero matrix by default | |
| unsafe byte | yy [get] |
| zero matrix by default | |
| unsafe byte | yz [get] |
| zero matrix by default | |
| unsafe byte | zz [get] |
| zero matrix by default | |
Additional Inherited Members | |
| Static Public Member Functions inherited from MR.Const_SymMatrix3_UnsignedChar | |
| static unsafe MR.SymMatrix3_UnsignedChar | identity () |
| Generated from method MR::SymMatrix3<unsigned char>identity. | |
| static unsafe MR.SymMatrix3_UnsignedChar | diagonal (byte diagVal) |
| Generated from method MR::SymMatrix3<unsigned char>diagonal. | |
| Protected Member Functions inherited from MR.Const_SymMatrix3_UnsignedChar | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_SymMatrix3_UnsignedChar | |
| unsafe byte * | __ref_storage_xx |
| unsafe byte * | __ref_storage_xy |
| unsafe byte * | __ref_storage_xz |
| unsafe byte * | __ref_storage_yy |
| unsafe byte * | __ref_storage_yz |
| unsafe byte * | __ref_storage_zz |
symmetric 3x3 matrix Generated from class MR::SymMatrix3<unsigned char>. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR::SymMatrix3<unsigned char>::SymMatrix3.
|
inline |
Generated from constructor MR::SymMatrix3<unsigned char>::SymMatrix3.
|
inline |
Generated from method MR::SymMatrix3<unsigned char>::operator+=.
|
inline |
Generated from method MR::SymMatrix3<unsigned char>::operator=.
|
inline |
Generated from method MR::SymMatrix3<unsigned char>::operator/=.
|
inline |
Generated from method MR::SymMatrix3<unsigned char>::operator*=.
|
inline |
Generated from method MR::SymMatrix3<unsigned char>::operator-=.
|
get |
zero matrix by default
|
get |
zero matrix by default
|
get |
zero matrix by default
|
get |
zero matrix by default
|
get |
zero matrix by default
|
get |
zero matrix by default