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