New
🏠 Home
›
projects
›
command-sovereignty
›
frontend
›
node_modules
›
d3-shape
›
src
›
pointRadial.js
JAVASCRIPT
pointRadial.js
101.0 B
2026-06-28 16:39
⬇️ Download
← Back
export default function(x, y) { return [(y = +y) * Math.cos(x -= Math.PI / 2), y * Math.sin(x)]; }