menu
openworld package
documentation
three_dart/three3d/math/index.dart
Box2
expandByVector method
expandByVector method
dark_mode
light_mode
expandByVector
method
Box2
expandByVector
(
Vector2
vector
)
Implementation
Box2 expandByVector(Vector2 vector) { min.sub(vector); max.add(vector); return this; }
openworld package
documentation
three_dart/three3d/math/index
Box2
expandByVector method
Box2 class