menu
raylib_dartified package
documentation
core/raylib.dart
Vector2D
max method
max method
dark_mode
light_mode
max
method
Vector2D
max
(
Vector2D
o
)
Implementation
Vector2D max(Vector2D o) => .vec2( math.max(x, o.x), math.max(y, o.y), );
raylib_dartified package
documentation
core/raylib
Vector2D
max method
Vector2D class