Represents a quaternion following the notations from https://en.wikipedia.org/wiki/Quaternion Generated from class MR.Quaterniond. This is the non-const half of the class.
More...
|
| new unsafe ref double | a [get] |
| | < real part of the quaternion
|
| |
| new unsafe ref double | b [get] |
| | imaginary part: b*i + c*j + d*k
|
| |
| new unsafe ref double | c [get] |
| | imaginary part: b*i + c*j + d*k
|
| |
| new unsafe ref double | d [get] |
| |
|
(Note that these are not member symbols.)
|
| unsafe | Quaterniond (in MR.Vector3d axis, double angle) |
| | Generated from constructor MR.Quaterniond.Quaterniond.
|
| |
Represents a quaternion following the notations from https://en.wikipedia.org/wiki/Quaternion Generated from class MR.Quaterniond. This is the non-const half of the class.
◆ Quaterniond() [1/7]
| unsafe MR.Quaterniond.Quaterniond |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Quaterniond() [2/7]
| unsafe MR.Quaterniond.Quaterniond |
( |
MR.Const_Quaterniond | _other | ) |
|
|
inline |
Generated from constructor MR.Quaterniond.Quaterniond.
◆ Quaterniond() [3/7]
Generated from constructor MR.Quaterniond.Quaterniond.
◆ Quaterniond() [4/7]
| unsafe MR.Quaterniond.Quaterniond |
( |
double | a, |
|
|
double | b, |
|
|
double | c, |
|
|
double | d ) |
|
inline |
Generated from constructor MR.Quaterniond.Quaterniond.
◆ Quaterniond() [5/7]
| unsafe MR.Quaterniond.Quaterniond |
( |
double | real, |
|
|
in MR.Vector3d | im ) |
|
inline |
Generated from constructor MR.Quaterniond.Quaterniond.
◆ Quaterniond() [6/7]
Generated from constructor MR.Quaterniond.Quaterniond.
◆ Quaterniond() [7/7]
finds shorter arc rotation quaternion from one vector to another Generated from constructor MR.Quaterniond.Quaterniond.
◆ assign()
| unsafe MR.Quaterniond MR.Quaterniond.assign |
( |
MR.Const_Quaterniond | _other | ) |
|
|
inline |
Generated from method MR.Quaterniond.operator=.
◆ divAssign()
Generated from method MR.Quaterniond.operator/=.
◆ mulAssign()
Generated from method MR.Quaterniond.operator*=.
◆ normalize()
| unsafe void MR.Quaterniond.normalize |
( |
| ) |
|
|
inline |
◆ operator Quaterniond()
Generated from constructor MR.Quaterniond.Quaterniond.
◆ Quaterniond()
Generated from constructor MR.Quaterniond.Quaterniond.
| new unsafe ref double MR.Quaterniond.a |
|
get |
< real part of the quaternion
imaginary part: b*i + c*j + d*k
| new unsafe ref double MR.Quaterniond.b |
|
get |
imaginary part: b*i + c*j + d*k
| new unsafe ref double MR.Quaterniond.c |
|
get |
imaginary part: b*i + c*j + d*k
| new unsafe ref double MR.Quaterniond.d |
|
get |
The documentation for this class was generated from the following file: