menu
openworld package
documentation
three_dart/three3d/math/index.dart
Box3
clone method
clone method
dark_mode
light_mode
clone
method
Box3
clone
(
)
Implementation
Box3 clone() {
return
Box3(
null
,
null
).copy(
this
); }
openworld package
documentation
three_dart/three3d/math/index
Box3
clone 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