5.0.0 • Published 3 years ago
poltocar v5.0.0
about
Poor man's polar to cartesian converter.
setup
Download from the npm registry:
# Add to package.json
npm install poltocar
Source from an import map to use with Deno or in-browser directly:
{
"imports": {
"poltocar": "https://cdn.jsdelivr.net/npm/poltocar@latest/main.js"
}
}
usage
Try the example:
node node_modules/poltocar/example
Give it angular and radial coordinates, get an { x, y }
object literal in return.
import("poltocar").then(m => console.log(m.default()))
see also
5.0.0
3 years ago
3.0.2
4 years ago
4.0.0
4 years ago
3.0.1
4 years ago
3.0.0
4 years ago
2.0.7
5 years ago
2.0.6
5 years ago
2.0.5
5 years ago
2.0.4
5 years ago
2.0.3
7 years ago
2.0.2
7 years ago
2.0.1
8 years ago
2.0.0
8 years ago
1.0.9
8 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago