Prints a quaternion in the console.

// Prints "1 + 2i + 3j + 4k" in the console
Chalkboard.quat.print(Chalkboard.quat.init(1, 2, 3, 4));