symmetric 3x3 matrix Generated from class MR.SymMatrix3i. 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 | xz [get] |
| | zero matrix by default
|
| unsafe int | yy [get] |
| | zero matrix by default
|
| unsafe int | yz [get] |
| | zero matrix by default
|
| unsafe int | zz [get] |
| | zero matrix by default
|
symmetric 3x3 matrix Generated from class MR.SymMatrix3i. This is the const half of the class.
◆ Const_SymMatrix3i() [1/3]
| unsafe MR.Const_SymMatrix3i.Const_SymMatrix3i |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_SymMatrix3i() [2/3]
◆ Const_SymMatrix3i() [3/3]
| MR.Const_SymMatrix3i.Const_SymMatrix3i |
( |
SymMatrix3i | _other | ) |
|
|
inline |
◆ det()
| unsafe int MR.Const_SymMatrix3i.det |
( |
| ) |
|
|
inline |
◆ diagonal()
◆ Dispose() [1/2]
| virtual void MR.Const_SymMatrix3i.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_SymMatrix3i.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ identity()
◆ inverse() [1/2]
◆ inverse() [2/2]
◆ normSq()
| unsafe int MR.Const_SymMatrix3i.normSq |
( |
| ) |
|
|
inline |
computes the squared norm of the matrix, which is equal to the sum of 9 squared elements Generated from method MR.SymMatrix3i.normSq.
◆ trace()
| unsafe int MR.Const_SymMatrix3i.trace |
( |
| ) |
|
|
inline |
◆ __ref_storage_xx
| unsafe int* MR.Const_SymMatrix3i.__ref_storage_xx |
|
protected |
◆ __ref_storage_xy
| unsafe int* MR.Const_SymMatrix3i.__ref_storage_xy |
|
protected |
◆ __ref_storage_xz
| unsafe int* MR.Const_SymMatrix3i.__ref_storage_xz |
|
protected |
◆ __ref_storage_yy
| unsafe int* MR.Const_SymMatrix3i.__ref_storage_yy |
|
protected |
◆ __ref_storage_yz
| unsafe int* MR.Const_SymMatrix3i.__ref_storage_yz |
|
protected |
◆ __ref_storage_zz
| unsafe int* MR.Const_SymMatrix3i.__ref_storage_zz |
|
protected |
◆ xx
| unsafe int MR.Const_SymMatrix3i.xx |
|
get |
◆ xy
| unsafe int MR.Const_SymMatrix3i.xy |
|
get |
◆ xz
| unsafe int MR.Const_SymMatrix3i.xz |
|
get |
◆ yy
| unsafe int MR.Const_SymMatrix3i.yy |
|
get |
◆ yz
| unsafe int MR.Const_SymMatrix3i.yz |
|
get |
◆ zz
| unsafe int MR.Const_SymMatrix3i.zz |
|
get |
The documentation for this class was generated from the following file: