Skip to content

Documentation / base / InterpolationTarget

Type Alias: InterpolationTarget

InterpolationTarget = "number" | "vec2" | "vec3" | "vec4" | "quat"

Defined in: libs/base/src/math/interpolator.ts:20

Target of interpolation

Released under the MIT License.