menu
openworld package
documentation
three_dart/three3d/math/index.dart
Box3
union method
union method
dark_mode
light_mode
union
method
Box3
union
(
Box3
box
)
Implementation
Box3 union(Box3 box) { min.min(box.min); max.max(box.max);
return
this
; }
openworld package
documentation
three_dart/three3d/math/index
Box3
union method
Box3 class
Constructors
new
Properties
hashCode
max
min
runtimeType
type
Methods
applyMatrix4
clampPoint
clone
containsBox
containsPoint
copy
distanceToPoint
equals
expandByObject
expandByPoint
expandByScalar
expandByVector
getBoundingSphere
getCenter
getParameter
getSize
intersect
intersectsBox
intersectsPlane
intersectsSphere
intersectsTriangle
isEmpty
makeEmpty
noSuchMethod
satForAxes
set
setFromArray
setFromBufferAttribute
setFromCenterAndSize
setFromObject
setFromPoints
toJSON
toString
translate
union
Operators
operator ==
Static properties
Infinity