Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/diversen/point-on-circle

Simple method to calculate a new point on a circle based on a center point, current point on circle to move from, num radians to move by.
https://github.com/diversen/point-on-circle

circle geometry point

Last synced: 7 days ago
JSON representation

Simple method to calculate a new point on a circle based on a center point, current point on circle to move from, num radians to move by.

Awesome Lists containing this project

README

        

# point-on-circle

Simple method to calculate a new point on a circle based on

- a center point,
- current point on circle to move from,
- num radians to move by.

npm install --save point-on-circle

# Code

See [index.js](index.js)

# Usage

See [test.js](test.js)

MIT © [Dennis Iversen](https://github.com/diversen)