Vec3.lerp

Returns an interpolated vector from this vector to the end vector by a factor. \ Does not modify this vector.

struct Vec3(T)
const
static if(__traits(isFloating, T))
lerp
(,
float t
)

Meta