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