Appearance
Documentation / @ripl/3d / vec3Lerp
vec3Lerp(a, b, t): Vector3
a
b
t
Vector3
Defined in: 3d/src/math/vector.ts:54
Linearly interpolates between two vectors by factor t.
number