menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector2
max method
max method
dark_mode
light_mode
max
method
Vector2
max
(
Vector2
v
)
Implementation
Vector2 max(Vector2 v) { x = Math.max(x, v.x); y = Math.max(y, v.y); return this; }
openworld package
documentation
three_dart/three3d/math/index
Vector2
max method
Vector2 class