symmetric 3x3 matrix Generated from class MR.SymMatrix3i. This is the non-const half of the class.
More...
Inheritance diagram for MR.SymMatrix3i:Public Member Functions | |
| unsafe | SymMatrix3i () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | SymMatrix3i (MR.Const_SymMatrix3i _other) |
Generated from constructor MR.SymMatrix3i.SymMatrix3i. | |
| unsafe MR.SymMatrix3i | assign (MR.Const_SymMatrix3i _other) |
Generated from method MR.SymMatrix3i.operator=. | |
| unsafe MR.SymMatrix3i | addAssign (MR.Const_SymMatrix3i b) |
Generated from method MR.SymMatrix3i.operator+=. | |
| unsafe MR.SymMatrix3i | subAssign (MR.Const_SymMatrix3i b) |
Generated from method MR.SymMatrix3i.operator-=. | |
| unsafe MR.SymMatrix3i | mulAssign (int b) |
Generated from method MR.SymMatrix3i.operator*=. | |
| unsafe MR.SymMatrix3i | divAssign (int b) |
Generated from method MR.SymMatrix3i.operator/=. | |
Public Member Functions inherited from MR.Const_SymMatrix3i | |
| virtual void | Dispose () |
| unsafe | Const_SymMatrix3i () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_SymMatrix3i (MR.Const_SymMatrix3i _other) |
Generated from constructor MR.SymMatrix3i.SymMatrix3i. | |
| unsafe int | trace () |
computes trace of the matrix Generated from method MR.SymMatrix3i.trace. | |
| unsafe int | normSq () |
computes the squared norm of the matrix, which is equal to the sum of 9 squared elements Generated from method MR.SymMatrix3i.normSq. | |
| unsafe int | det () |
computes determinant of the matrix Generated from method MR.SymMatrix3i.det. | |
| unsafe MR.SymMatrix3i | inverse () |
computes inverse matrix Generated from method MR.SymMatrix3i.inverse. | |
| unsafe MR.SymMatrix3i | inverse (int det) |
computes inverse matrix given determinant of this Generated from method MR.SymMatrix3i.inverse. | |
Properties | |
| new unsafe ref int | xx [get] |
| zero matrix by default | |
| new unsafe ref int | xy [get] |
| zero matrix by default | |
| new unsafe ref int | xz [get] |
| zero matrix by default | |
| new unsafe ref int | yy [get] |
| zero matrix by default | |
| new unsafe ref int | yz [get] |
| zero matrix by default | |
| new unsafe ref int | zz [get] |
| zero matrix by default | |
Properties inherited from MR.Const_SymMatrix3i | |
| unsafe int | xx [get] |
| zero matrix by default | |
| unsafe int | xy [get] |
| zero matrix by default | |
| unsafe int | xz [get] |
| zero matrix by default | |
| unsafe int | yy [get] |
| zero matrix by default | |
| unsafe int | yz [get] |
| zero matrix by default | |
| unsafe int | zz [get] |
| zero matrix by default | |
Properties inherited from MR.Misc.Object< Const_SymMatrix3i > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Additional Inherited Members | |
Static Public Member Functions inherited from MR.Const_SymMatrix3i | |
| static unsafe MR.SymMatrix3i | identity () |
Generated from method MR.SymMatrix3i.identity. | |
| static unsafe MR.SymMatrix3i | diagonal (int diagVal) |
Generated from method MR.SymMatrix3i.diagonal. | |
Protected Member Functions inherited from MR.Const_SymMatrix3i | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes inherited from MR.Misc.Object< Const_SymMatrix3i > | |
| bool | _IsOwningVal |
symmetric 3x3 matrix Generated from class MR.SymMatrix3i. This is the non-const half of the class.