MCPcopy
hub / github.com/julianshapiro/velocity / springState

Interface springState

src/Velocity/easing/spring_rk4.ts:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import {VelocityEasingFn} from "../../../velocity.d";
9
10interface springState {
11 x: number;
12 v: number;
13 tension: number;
14 friction: number;
15}
16
17interface springDelta {
18 dx: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…