@override Vector4 floor() { x = x.floorToDouble(); y = y.floorToDouble(); z = z.floorToDouble(); w = w.floorToDouble(); return this; }