Quaternion.baseX

Get the x-axis basis vector of the transformation of this quaternion

struct Quaternion(T)
const
Vector!(T, 3)
baseX
()
if (
__traits(isArithmetic, T)
)

Return Value

Type: Vector!(T, 3)

x basis vector

Meta