symmetric 3x3 matrix Generated from class MR.SymMatrix3b. This is the const half of the class.
More...
|
|
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.
|
| |
|
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.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
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
|
| |
|
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.
|
| |
symmetric 3x3 matrix Generated from class MR.SymMatrix3b. This is the const half of the class.
The documentation for this class was generated from the following file: