source:
node_modules/victory-vendor/lib-vendor/d3-shape/src/pointRadial.js
| Last change on this file was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 202 bytes | |
| Line | |
|---|---|
| 1 | "use strict"; |
| 2 | |
| 3 | Object.defineProperty(exports, "__esModule", { |
| 4 | value: true |
| 5 | }); |
| 6 | exports.default = _default; |
| 7 | function _default(x, y) { |
| 8 | return [(y = +y) * Math.cos(x -= Math.PI / 2), y * Math.sin(x)]; |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
