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