- axisRot
auto axisRot(T[4] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- axisRot
auto axisRot(T angle, T[3] axis)
Undocumented in source. Be warned that the author may not have intended to support it.
- axisRot
auto axisRot(T[3] axis, T angle)
Undocumented in source. Be warned that the author may not have intended to support it.
- axisRot
auto axisRot(axisRot!T data)
Undocumented in source. Be warned that the author may not have intended to support it.
- identity
AxisRot!T identity()
Undocumented in source. Be warned that the author may not have intended to support it.
- inverse
AxisRot!T inverse(AxisRot!T t)
Undocumented in source. Be warned that the author may not have intended to support it.
- invert
void invert(AxisRot!T t)
Undocumented in source. Be warned that the author may not have intended to support it.
- normalize
void normalize(AxisRot!T t)
Undocumented in source. Be warned that the author may not have intended to support it.
- normalized
AxisRot!T normalized(AxisRot!T t)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryImpl
auto opBinaryImpl(AxisRot!T a, AxisRot!U b)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryImpl
auto opBinaryImpl(AxisRot!T a, U b)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssignImpl
auto opOpAssignImpl(Vec!(T, size) a, Vec!(U, size) b)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssignImpl
auto opOpAssignImpl(Vec!(T, size) a, U[size] b)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssignImpl
auto opOpAssignImpl(Vec!(T, size) a, U b)
Undocumented in source. Be warned that the author may not have intended to support it.
- toQuat
Quat!T toQuat(AxisRot!T a)
Undocumented in source. Be warned that the author may not have intended to support it.