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