Skip to content

Documentation / scene / mixGeometryCacheBoundingBox

Function: mixGeometryCacheBoundingBox()

mixGeometryCacheBoundingBox(a, b, t): BoundingBox

Defined in: libs/scene/src/animation/geometry_cache_utils.ts:73

Linearly interpolates two geometry-cache bounding boxes.

Parameters

a

BoundingBox

b

BoundingBox

t

number

Returns

BoundingBox

Released under the MIT License.