public static class MathExtensions { public static Vector3 Snapped(this Vector3 self, float value) => self.Snapped(Vector3.One * value); }