An open API service indexing awesome lists of open source software.

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

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)