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