symmetric 2x2 matrix Generated from class MR.SymMatrix2i64. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | SymMatrix2i64 () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | SymMatrix2i64 (MR.Const_SymMatrix2i64 _other) |
| Generated from constructor MR.SymMatrix2i64.SymMatrix2i64. | |
| SymMatrix2i64 (SymMatrix2i64 _other) | |
| Generated from constructor MR.SymMatrix2i64.SymMatrix2i64. | |
| unsafe MR.SymMatrix2i64 | assign (MR.Const_SymMatrix2i64 _other) |
| Generated from method MR::SymMatrix2i64::operator=. | |
| unsafe MR.SymMatrix2i64 | addAssign (MR.Const_SymMatrix2i64 b) |
| Generated from method MR::SymMatrix2i64::operator+=. | |
| unsafe MR.SymMatrix2i64 | subAssign (MR.Const_SymMatrix2i64 b) |
| Generated from method MR::SymMatrix2i64::operator-=. | |
| unsafe MR.SymMatrix2i64 | mulAssign (long b) |
| Generated from method MR::SymMatrix2i64::operator*=. | |
| unsafe MR.SymMatrix2i64 | divAssign (long b) |
| Generated from method MR::SymMatrix2i64::operator/=. | |
| Public Member Functions inherited from MR.Const_SymMatrix2i64 | |
| virtual void | Dispose () |
| unsafe | Const_SymMatrix2i64 () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_SymMatrix2i64 (MR.Const_SymMatrix2i64 _other) |
| Generated from constructor MR.SymMatrix2i64.SymMatrix2i64. | |
| Const_SymMatrix2i64 (SymMatrix2i64 _other) | |
| Generated from constructor MR.SymMatrix2i64.SymMatrix2i64. | |
| unsafe long | trace () |
| computes trace of the matrix Generated from method MR.SymMatrix2i64.trace. | |
| unsafe long | normSq () |
| computes the squared norm of the matrix, which is equal to the sum of 4 squared elements Generated from method MR.SymMatrix2i64.normSq. | |
| unsafe long | det () |
| computes determinant of the matrix Generated from method MR.SymMatrix2i64.det. | |
| unsafe MR.SymMatrix2i64 | inverse () |
| computes inverse matrix Generated from method MR.SymMatrix2i64.inverse. | |
| unsafe MR.SymMatrix2i64 | inverse (long det) |
| computes inverse matrix given determinant of this Generated from method MR.SymMatrix2i64.inverse. | |
Properties | |
| new unsafe ref long | xx [get] |
| zero matrix by default | |
| new unsafe ref long | xy [get] |
| zero matrix by default | |
| new unsafe ref long | yy [get] |
| zero matrix by default | |
| Properties inherited from MR.Const_SymMatrix2i64 | |
| unsafe long | xx [get] |
| zero matrix by default | |
| unsafe long | xy [get] |
| zero matrix by default | |
| unsafe long | yy [get] |
| zero matrix by default | |
Additional Inherited Members | |
| Static Public Member Functions inherited from MR.Const_SymMatrix2i64 | |
| static unsafe MR.SymMatrix2i64 | identity () |
| Generated from method MR.SymMatrix2i64.identity. | |
| static unsafe MR.SymMatrix2i64 | diagonal (long diagVal) |
| Generated from method MR.SymMatrix2i64.diagonal. | |
| Protected Member Functions inherited from MR.Const_SymMatrix2i64 | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_SymMatrix2i64 | |
| unsafe long * | __ref_storage_xx |
| unsafe long * | __ref_storage_xy |
| unsafe long * | __ref_storage_yy |
symmetric 2x2 matrix Generated from class MR.SymMatrix2i64. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.SymMatrix2i64.SymMatrix2i64.
|
inline |
Generated from constructor MR.SymMatrix2i64.SymMatrix2i64.
|
inline |
Generated from method MR::SymMatrix2i64::operator+=.
|
inline |
Generated from method MR::SymMatrix2i64::operator=.
|
inline |
Generated from method MR::SymMatrix2i64::operator/=.
|
inline |
Generated from method MR::SymMatrix2i64::operator*=.
|
inline |
Generated from method MR::SymMatrix2i64::operator-=.
|
get |
zero matrix by default
|
get |
zero matrix by default
|
get |
zero matrix by default