menu
three_dart package
documentation
three3d/math/box3.dart
Box3
expandByVector method
expandByVector method
dark_mode
light_mode
expandByVector
method
Box3
expandByVector
(
Vector3
vector
)
Implementation
Box3 expandByVector(Vector3 vector) { min.sub(vector); max.add(vector); return this; }
three_dart package
documentation
three3d/math/box3
Box3
expandByVector method
Box3 class