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