Home | History | Annotate | Download | only in dist

Lines Matching refs:lerp

456 vec2.lerp = function (out, a, b, t) {
963 vec3.lerp = function (out, a, b, t) {
1449 vec4.lerp = function (out, a, b, t) {
3661 quat.lerp = vec4.lerp;