Quaternion.baseZ

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

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

Return Value

Type: Vector!(T, 3)

z basis vector

Meta