- angle
T angle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- angle
T angle [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- axis
Vec!(T, 3) axis [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- axis
Vec!(T, 3) axis [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- magnitude
T magnitude [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- magnitudeSquared
T magnitudeSquared [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fromAxisRot
Quat!T fromAxisRot(AxisRot!T a)
Undocumented in source. Be warned that the author may not have intended to support it.
- fromAxisRot
Quat!T fromAxisRot(Vec!(T, 3) axis, T angle)
Undocumented in source. Be warned that the author may not have intended to support it.
- fromAxisRot
Quat!T fromAxisRot(T angle, Vec!(T, 3) axis)
Undocumented in source. Be warned that the author may not have intended to support it.
- fromMagnitudeVector
Quat!T fromMagnitudeVector(Vec!(T, 3) a)
Undocumented in source. Be warned that the author may not have intended to support it.
- identity
Quat!T identity()
Undocumented in source. Be warned that the author may not have intended to support it.