Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
const lerp = (a: number, b: number, t: number) => a + (b - a) * t
32
33
interface ParamDef {
34
key: string
Callers
2
marks-lab.tsx
File · 0.70
MarksLab
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected