MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / lerp

Function lerp

packages/server/src/main.rs:5821–5823  ·  view source on GitHub ↗
(start: f64, end: f64, t: f64)

Source from the content-addressed store, hash-verified

5819}
5820
5821fn lerp(start: f64, end: f64, t: f64) -> f64 {
5822 start + (end - start) * t
5823}
5824
5825fn hid_for_character(character: char) -> Option<(u16, u32)> {
5826 let shift: u32 = 1;

Callers 2

perform_swipeFunction · 0.85
pinch_framesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected