lerp
Performs a linear interpolation between
self
andrhs
based on the values
. Whens
is0.0
, the result will be equal toself
. Whens
is1.0
, the result will be equal torhs
. Whens
is outside of range[0, 1]
, the result is linearly extrapolated.
Arguments
- _self :
Vec3
- No Documentation 🚧 - rhs :
Vec3
- No Documentation 🚧 - s :
f32
- No Documentation 🚧
Returns
- arg0 :
Vec3
- No Documentation 🚧