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