Searched defs:lerp (Results 1 – 3 of 3) sorted by relevance
25 export declare function lerp(weight: float64, source: float64, target: float64): float64; function
27 function lerp(weight, source, target) { function
26 export function lerp(weight: float64, source: float64, target: float64): float64 { function