Skip to main content

expand_aabb_by_transformed_three_object

expand_aabb_by_transformed_three_object(result, object, transform)

Kind: global function

ParamTypeDescription
resultArray.<number> | Float32Array
objectObject3D
transformArray.<number> | Float32Array4x4 transform matrix to be used as a root transform instead of whatever is set on the object, this lets us compute local-space bounds without having to modify the source object

expand_aabb_by_transformed_three_object~geometry : BufferGeometry

Kind: inner constant of expand_aabb_by_transformed_three_object