menu
openworld package
documentation
three_dart/three3d/math/index.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; }
openworld package
documentation
three_dart/three3d/math/index
Vector2
round method
Vector2 class