math.linear.quaternion

Undocumented in source.

Public Imports

math.linear._qv
public import math.linear._qv;
math.linear._qa
public import math.linear._qa;

Members

Aliases

opBinaryImpl
alias opBinaryImpl = math.linear._qv.opBinaryImpl
Undocumented in source.

Functions

opBinaryImpl
auto opBinaryImpl(Quat!T a, Quat!U b)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssignImpl
void opOpAssignImpl(Quat!T a, Quat!U b)
Undocumented in source. Be warned that the author may not have intended to support it.
quat
auto quat(T[4] data)
Undocumented in source. Be warned that the author may not have intended to support it.
quat
auto quat(T dataAngle, T[3] dataAxis)
Undocumented in source. Be warned that the author may not have intended to support it.
quat
auto quat(T[3] dataAxis, T dataAngle)
Undocumented in source. Be warned that the author may not have intended to support it.
quat
auto quat(Quat!T data)
Undocumented in source. Be warned that the author may not have intended to support it.
quat
auto quat(AxisRot!T data)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Quat
struct Quat(T)
Undocumented in source.

Meta