symmetric 4x4 matrix Generated from class MR.SymMatrix4i64. This is the const half of the class.
More...
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_SymMatrix4i64 () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_SymMatrix4i64 (MR.Const_SymMatrix4i64 _other) |
| | Generated from constructor MR.SymMatrix4i64.SymMatrix4i64.
|
| |
|
unsafe long | trace () |
| | computes trace of the matrix Generated from method MR.SymMatrix4i64.trace.
|
| |
|
unsafe long | normSq () |
| | computes the squared norm of the matrix, which is equal to the sum of 16 squared elements Generated from method MR.SymMatrix4i64.normSq.
|
| |
|
bool | Equals (MR.Const_SymMatrix4i64? _1) |
| |
|
override bool | Equals (object? other) |
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe long | xx [get] |
| | zero matrix by default
|
| |
|
unsafe long | xy [get] |
| | zero matrix by default
|
| |
|
unsafe long | xz [get] |
| | zero matrix by default
|
| |
|
unsafe long | xw [get] |
| | zero matrix by default
|
| |
|
unsafe long | yy [get] |
| | zero matrix by default
|
| |
|
unsafe long | yz [get] |
| | zero matrix by default
|
| |
|
unsafe long | yw [get] |
| | zero matrix by default
|
| |
|
unsafe long | zz [get] |
| | zero matrix by default
|
| |
|
unsafe long | zw [get] |
| | zero matrix by default
|
| |
|
unsafe long | ww [get] |
| | zero matrix by default
|
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
symmetric 4x4 matrix Generated from class MR.SymMatrix4i64. This is the const half of the class.
The documentation for this class was generated from the following file: