symmetric 2x2 matrix Generated from class MR.SymMatrix2i. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe int | xx [get] |
| | zero matrix by default
|
| unsafe int | xy [get] |
| | zero matrix by default
|
| unsafe int | yy [get] |
| | zero matrix by default
|
symmetric 2x2 matrix Generated from class MR.SymMatrix2i. This is the const half of the class.
◆ Const_SymMatrix2i() [1/3]
| unsafe MR.Const_SymMatrix2i.Const_SymMatrix2i |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_SymMatrix2i() [2/3]
◆ Const_SymMatrix2i() [3/3]
| MR.Const_SymMatrix2i.Const_SymMatrix2i |
( |
SymMatrix2i | _other | ) |
|
|
inline |
◆ det()
| unsafe int MR.Const_SymMatrix2i.det |
( |
| ) |
|
|
inline |
◆ diagonal()
◆ Dispose() [1/2]
| virtual void MR.Const_SymMatrix2i.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_SymMatrix2i.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ identity()
◆ inverse() [1/2]
◆ inverse() [2/2]
◆ normSq()
| unsafe int MR.Const_SymMatrix2i.normSq |
( |
| ) |
|
|
inline |
computes the squared norm of the matrix, which is equal to the sum of 4 squared elements Generated from method MR.SymMatrix2i.normSq.
◆ trace()
| unsafe int MR.Const_SymMatrix2i.trace |
( |
| ) |
|
|
inline |
◆ __ref_storage_xx
| unsafe int* MR.Const_SymMatrix2i.__ref_storage_xx |
|
protected |
◆ __ref_storage_xy
| unsafe int* MR.Const_SymMatrix2i.__ref_storage_xy |
|
protected |
◆ __ref_storage_yy
| unsafe int* MR.Const_SymMatrix2i.__ref_storage_yy |
|
protected |
◆ xx
| unsafe int MR.Const_SymMatrix2i.xx |
|
get |
◆ xy
| unsafe int MR.Const_SymMatrix2i.xy |
|
get |
◆ yy
| unsafe int MR.Const_SymMatrix2i.yy |
|
get |
The documentation for this class was generated from the following file: