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