MCPcopy Create free account
hub / github.com/DavidHDev/react-bits / deg2rad

Function deg2rad

src/tailwind/Components/ModelViewer/ModelViewer.jsx:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9const isTouch = typeof window !== 'undefined' && ('ontouchstart' in window || navigator.maxTouchPoints > 0);
10const deg2rad = d => (d * Math.PI) / 180;
11const DECIDE = 8;
12const ROTATE_SPEED = 0.005;
13const INERTIA = 0.925;

Callers 2

ModelViewer.jsxFile · 0.70
ModelViewerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected