Quaternion.baseY

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

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

Return Value

Type: Vector!(T, 3)

y basis vector

Meta