floor method

Quaternion floor()

Floors the values of this quaternion to integers.

Implementation

Quaternion floor() => Quaternion(w.floor(), x.floor(), y.floor(), z.floor());