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