MCPcopy Index your code
hub / github.com/lodev09/react-native-true-sheet / ty

Function ty

example/shared/src/components/Map.tsx:59–59  ·  view source on GitHub ↗
(y: number)

Source from the content-addressed store, hash-verified

57const TS = 0.6;
58const tx = (x: number) => 0.85 + x * TS;
59const ty = (y: number) => TY + y * TS;
60
61const TRUE_T: Coordinate[] = [
62 pt(tx(0.4), ty(0)),

Callers 1

Map.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected