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] |
| | imaginary part: b*i + c*j + d*k
|
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 |
◆ Quaterniond() [3/7]
◆ Quaterniond() [4/7]
| unsafe MR.Quaterniond.Quaterniond |
( |
double | a, |
|
|
double | b, |
|
|
double | c, |
|
|
double | d ) |
|
inline |
◆ Quaterniond() [5/7]
| unsafe MR.Quaterniond.Quaterniond |
( |
double | real, |
|
|
in MR.Vector3d | im ) |
|
inline |
◆ Quaterniond() [6/7]
◆ Quaterniond() [7/7]
◆ 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()
◆ Quaterniond()
| new unsafe ref double MR.Quaterniond.a |
|
get |
real part of the quaternion
| 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 |
imaginary part: b*i + c*j + d*k
The documentation for this class was generated from the following file: