symmetric 4x4 matrix Generated from class MR.SymMatrix4f. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe float | xx [get] |
| | zero matrix by default
|
| unsafe float | xy [get] |
| | zero matrix by default
|
| unsafe float | xz [get] |
| | zero matrix by default
|
| unsafe float | xw [get] |
| | zero matrix by default
|
| unsafe float | yy [get] |
| | zero matrix by default
|
| unsafe float | yz [get] |
| | zero matrix by default
|
| unsafe float | yw [get] |
| | zero matrix by default
|
| unsafe float | zz [get] |
| | zero matrix by default
|
| unsafe float | zw [get] |
| | zero matrix by default
|
| unsafe float | ww [get] |
| | zero matrix by default
|
symmetric 4x4 matrix Generated from class MR.SymMatrix4f. This is the const half of the class.
◆ Const_SymMatrix4f() [1/3]
| unsafe MR.Const_SymMatrix4f.Const_SymMatrix4f |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_SymMatrix4f() [2/3]
◆ Const_SymMatrix4f() [3/3]
| MR.Const_SymMatrix4f.Const_SymMatrix4f |
( |
SymMatrix4f | _other | ) |
|
|
inline |
◆ diagonal()
◆ Dispose() [1/2]
| virtual void MR.Const_SymMatrix4f.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_SymMatrix4f.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool MR.Const_SymMatrix4f.Equals |
( |
object? | other | ) |
|
|
inline |
◆ identity()
◆ normSq()
| unsafe float MR.Const_SymMatrix4f.normSq |
( |
| ) |
|
|
inline |
computes the squared norm of the matrix, which is equal to the sum of 16 squared elements Generated from method MR.SymMatrix4f.normSq.
◆ operator!=()
◆ operator==()
Generated from method MR::SymMatrix4f::operator==.
◆ trace()
| unsafe float MR.Const_SymMatrix4f.trace |
( |
| ) |
|
|
inline |
◆ __ref_storage_ww
| unsafe float* MR.Const_SymMatrix4f.__ref_storage_ww |
|
protected |
◆ __ref_storage_xw
| unsafe float* MR.Const_SymMatrix4f.__ref_storage_xw |
|
protected |
◆ __ref_storage_xx
| unsafe float* MR.Const_SymMatrix4f.__ref_storage_xx |
|
protected |
◆ __ref_storage_xy
| unsafe float* MR.Const_SymMatrix4f.__ref_storage_xy |
|
protected |
◆ __ref_storage_xz
| unsafe float* MR.Const_SymMatrix4f.__ref_storage_xz |
|
protected |
◆ __ref_storage_yw
| unsafe float* MR.Const_SymMatrix4f.__ref_storage_yw |
|
protected |
◆ __ref_storage_yy
| unsafe float* MR.Const_SymMatrix4f.__ref_storage_yy |
|
protected |
◆ __ref_storage_yz
| unsafe float* MR.Const_SymMatrix4f.__ref_storage_yz |
|
protected |
◆ __ref_storage_zw
| unsafe float* MR.Const_SymMatrix4f.__ref_storage_zw |
|
protected |
◆ __ref_storage_zz
| unsafe float* MR.Const_SymMatrix4f.__ref_storage_zz |
|
protected |
◆ ww
| unsafe float MR.Const_SymMatrix4f.ww |
|
get |
◆ xw
| unsafe float MR.Const_SymMatrix4f.xw |
|
get |
◆ xx
| unsafe float MR.Const_SymMatrix4f.xx |
|
get |
◆ xy
| unsafe float MR.Const_SymMatrix4f.xy |
|
get |
◆ xz
| unsafe float MR.Const_SymMatrix4f.xz |
|
get |
◆ yw
| unsafe float MR.Const_SymMatrix4f.yw |
|
get |
◆ yy
| unsafe float MR.Const_SymMatrix4f.yy |
|
get |
◆ yz
| unsafe float MR.Const_SymMatrix4f.yz |
|
get |
◆ zw
| unsafe float MR.Const_SymMatrix4f.zw |
|
get |
◆ zz
| unsafe float MR.Const_SymMatrix4f.zz |
|
get |
The documentation for this class was generated from the following file: