math.linear._qv

Undocumented in source.

Public Imports

math.linear.quaternion
public import math.linear.quaternion;
Undocumented in source.
math.linear.vector
public import math.linear.vector;
Undocumented in source.

Members

Functions

opBinaryImpl
auto opBinaryImpl(Quat!T at, Vec!(U, 3) b)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryImpl
auto opBinaryImpl(Vec!(T, 3) a, Quat!U b)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssignImpl
void opOpAssignImpl(Vec!(T, 3) a, Quat!U b)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta