https://github.com/diversen/angle-iterate
Simple object that will iterate around a circle and get the next iterated angle in radians
https://github.com/diversen/angle-iterate
Last synced: 10 months ago
JSON representation
Simple object that will iterate around a circle and get the next iterated angle in radians
- Host: GitHub
- URL: https://github.com/diversen/angle-iterate
- Owner: diversen
- Created: 2017-06-30T15:33:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T15:54:54.000Z (about 9 years ago)
- Last Synced: 2025-09-23T00:51:58.468Z (10 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angle-iterate
Simple method to iterate and getting next angle in radians on a circle
npm install --save angle-iterate
# Code
See [index.js](index.js)
# Usage
See [test.js](test.js)
MIT © [Dennis Iversen](https://github.com/diversen)