Class: BoundUtil
Defined in: src/util/BoundUtil.ts:11
Utils for calculating bounding boxes
Constructors
Constructor
new BoundUtil():
BoundUtil
Returns
BoundUtil
Methods
genMeshBounds()
staticgenMeshBounds(obj,bound?):BoundingBox
Defined in: src/util/BoundUtil.ts:21
Merge the bounding boxes that have been added to the world matrix based on the mesh of the children node
Parameters
obj
bound?
BoundingBox
Returns
BoundingBox
transformBound()
statictransformBound(matrix,source,bound?):BoundingBox
Defined in: src/util/BoundUtil.ts:61
Parameters
matrix
source
BoundingBox
bound?
BoundingBox
Returns
BoundingBox

