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