point-on-circle
v1.0.4
Published
Simple method to find a point on a circle calculated from a center point and a point on the circle
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
Usage
See test.js
MIT © Dennis Iversen
