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