MCPcopy Create free account
hub / github.com/simstudioai/sim / lerp

Function lerp

apps/sim/app/landing-preview/marks-lab/marks-lab.tsx:31–31  ·  view source on GitHub ↗
(a: number, b: number, t: number)

Source from the content-addressed store, hash-verified

29 */
30
31const lerp = (a: number, b: number, t: number) => a + (b - a) * t
32
33interface ParamDef {
34 key: string

Callers 2

marks-lab.tsxFile · 0.70
MarksLabFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected