Calculates a quaternion multiplied by zero.

// Returns 0 + 0i + 0j + 0k
const zeroed = Chalkboard.quat.zero(Chalkboard.quat.init(1, 2, 3, 4));