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