menu
three_dart package
documentation
three3d/math/vector2.dart
Vector2
round method
round method
dark_mode
light_mode
round
method
Vector2
round
(
)
Implementation
Vector2 round() { x = Math.round(x).toDouble(); y = Math.round(y).toDouble(); return this; }
three_dart package
documentation
three3d/math/vector2
Vector2
round method
Vector2 class