Copies a quaternion.

// Returns 2 + 3i + 4j + 5k
const copied = Chalkboard.quat.copy(Chalkboard.quat.init(2, 3, 4, 5));