rounded method

Vector2 rounded()
inherited

Rounded copy of this.

Implementation

Vector2 rounded() => .new(x.roundToDouble(), y.roundToDouble());