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