Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/diversen/point-on-circle
- Owner: diversen
- Created: 2017-06-30T13:32:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T19:46:39.000Z (over 7 years ago)
- Last Synced: 2024-12-10T10:30:25.514Z (12 days 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)