symmetric 2x2 matrix Generated from class MR.SymMatrix2d. This is the non-const half of the class.
More...
|
| new unsafe ref double | xx [get] |
| | zero matrix by default
|
| |
| new unsafe ref double | xy [get] |
| | zero matrix by default
|
| |
| new unsafe ref double | yy [get] |
| | zero matrix by default
|
| |
symmetric 2x2 matrix Generated from class MR.SymMatrix2d. This is the non-const half of the class.
◆ SymMatrix2d() [1/3]
| unsafe MR.SymMatrix2d.SymMatrix2d |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ SymMatrix2d() [2/3]
| unsafe MR.SymMatrix2d.SymMatrix2d |
( |
MR.Const_SymMatrix2d | _other | ) |
|
|
inline |
Generated from constructor MR.SymMatrix2d.SymMatrix2d.
◆ SymMatrix2d() [3/3]
Generated from constructor MR.SymMatrix2d.SymMatrix2d.
◆ addAssign()
| unsafe MR.SymMatrix2d MR.SymMatrix2d.addAssign |
( |
MR.Const_SymMatrix2d | b | ) |
|
|
inline |
Generated from method MR.SymMatrix2d.operator+=.
◆ assign()
| unsafe MR.SymMatrix2d MR.SymMatrix2d.assign |
( |
MR.Const_SymMatrix2d | _other | ) |
|
|
inline |
Generated from method MR.SymMatrix2d.operator=.
◆ divAssign()
Generated from method MR.SymMatrix2d.operator/=.
◆ mulAssign()
Generated from method MR.SymMatrix2d.operator*=.
◆ subAssign()
| unsafe MR.SymMatrix2d MR.SymMatrix2d.subAssign |
( |
MR.Const_SymMatrix2d | b | ) |
|
|
inline |
Generated from method MR.SymMatrix2d.operator-=.
◆ xx
| new unsafe ref double MR.SymMatrix2d.xx |
|
get |
◆ xy
| new unsafe ref double MR.SymMatrix2d.xy |
|
get |
◆ yy
| new unsafe ref double MR.SymMatrix2d.yy |
|
get |
The documentation for this class was generated from the following file: