Converts a quaternion to a vector.

// Returns the vector (1, 2, 3, 4)
const v = Chalkboard.quat.toVector(Chalkboard.quat.init(1, 2, 3, 4));