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