menu
ivector_math package
documentation
ivector_math.dart
Vector2
rounded method
rounded method
dark_mode
light_mode
rounded
method
Vector2
rounded
(
)
inherited
Rounded copy of this.
Implementation
Vector2 rounded() => .new(x.roundToDouble(), y.roundToDouble());
ivector_math package
documentation
ivector_math
Vector2
rounded method
Vector2 class