Searched refs:lerp (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/apps/glteapot/
H A DVector3.h208 inline Vector3 lerp(const Vector3& v, const float& t) const function in class:Vector3
311 lerp(const Vector3& v1, const Vector3& v2, const float& t) function
313 return v1.lerp(v2, t);
/haiku-fatelf/src/apps/haiku3d/
H A DVector3.h219 inline Vector3 lerp(const Vector3& v, const float& t) const function in class:Vector3
336 lerp(const Vector3& v1, const Vector3& v2, const float& t) function
338 return v1.lerp(v2, t);
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathFun.h69 lerp (T a, T b, Q t) function in namespace:Imath
92 // m = lerp(a, b, t);

Completed in 94 milliseconds