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