symmetric 4x4 matrix Generated from class MR.SymMatrix4d. This is the non-const half of the class.
More...
|
|
unsafe | SymMatrix4d () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | SymMatrix4d (MR.Const_SymMatrix4d _other) |
| | Generated from constructor MR.SymMatrix4d.SymMatrix4d.
|
| |
|
unsafe MR.SymMatrix4d | assign (MR.Const_SymMatrix4d _other) |
| | Generated from method MR.SymMatrix4d.operator=.
|
| |
|
unsafe MR.SymMatrix4d | addAssign (MR.Const_SymMatrix4d b) |
| | Generated from method MR.SymMatrix4d.operator+=.
|
| |
|
unsafe MR.SymMatrix4d | subAssign (MR.Const_SymMatrix4d b) |
| | Generated from method MR.SymMatrix4d.operator-=.
|
| |
|
unsafe MR.SymMatrix4d | mulAssign (double b) |
| | Generated from method MR.SymMatrix4d.operator*=.
|
| |
|
unsafe MR.SymMatrix4d | divAssign (double b) |
| | Generated from method MR.SymMatrix4d.operator/=.
|
| |
|
virtual void | Dispose () |
| |
|
unsafe | Const_SymMatrix4d () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_SymMatrix4d (MR.Const_SymMatrix4d _other) |
| | Generated from constructor MR.SymMatrix4d.SymMatrix4d.
|
| |
|
unsafe double | trace () |
| | computes trace of the matrix Generated from method MR.SymMatrix4d.trace.
|
| |
|
unsafe double | normSq () |
| | computes the squared norm of the matrix, which is equal to the sum of 16 squared elements Generated from method MR.SymMatrix4d.normSq.
|
| |
|
bool | Equals (MR.Const_SymMatrix4d? _1) |
| |
|
override bool | Equals (object? other) |
| |
|
|
new unsafe ref double | xx [get] |
| | zero matrix by default
|
| |
|
new unsafe ref double | xy [get] |
| | zero matrix by default
|
| |
|
new unsafe ref double | xz [get] |
| | zero matrix by default
|
| |
|
new unsafe ref double | xw [get] |
| | zero matrix by default
|
| |
|
new unsafe ref double | yy [get] |
| | zero matrix by default
|
| |
|
new unsafe ref double | yz [get] |
| | zero matrix by default
|
| |
|
new unsafe ref double | yw [get] |
| | zero matrix by default
|
| |
|
new unsafe ref double | zz [get] |
| | zero matrix by default
|
| |
|
new unsafe ref double | zw [get] |
| | zero matrix by default
|
| |
|
new unsafe ref double | ww [get] |
| | zero matrix by default
|
| |
|
unsafe double | xx [get] |
| | zero matrix by default
|
| |
|
unsafe double | xy [get] |
| | zero matrix by default
|
| |
|
unsafe double | xz [get] |
| | zero matrix by default
|
| |
|
unsafe double | xw [get] |
| | zero matrix by default
|
| |
|
unsafe double | yy [get] |
| | zero matrix by default
|
| |
|
unsafe double | yz [get] |
| | zero matrix by default
|
| |
|
unsafe double | yw [get] |
| | zero matrix by default
|
| |
|
unsafe double | zz [get] |
| | zero matrix by default
|
| |
|
unsafe double | zw [get] |
| | zero matrix by default
|
| |
|
unsafe double | 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.SymMatrix4d. This is the non-const half of the class.
The documentation for this class was generated from the following file: