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