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: about 1 year 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.
- Host: GitHub
- URL: https://github.com/diversen/point-on-circle
- Owner: diversen
- Created: 2017-06-30T13:32:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T19:46:39.000Z (almost 9 years ago)
- Last Synced: 2025-03-11T04:15:39.432Z (over 1 year ago)
- Topics: circle, geometry, point
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)