Prints a quaternion in the console.
// Prints "1 + 2i + 3j + 4k" in the consoleChalkboard.quat.print(Chalkboard.quat.init(1, 2, 3, 4)); Copy
// Prints "1 + 2i + 3j + 4k" in the consoleChalkboard.quat.print(Chalkboard.quat.init(1, 2, 3, 4));
The quaternion
Prints a quaternion in the console.
Example