menu
three_dart package
documentation
three3d/math/box2.dart
Box2
expandByPoint method
expandByPoint method
dark_mode
light_mode
expandByPoint
method
Box2
expandByPoint
(
Vector2
point
)
Implementation
Box2 expandByPoint(Vector2 point) { min.min(point); max.max(point); return this; }
three_dart package
documentation
three3d/math/box2
Box2
expandByPoint method
Box2 class