Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heldrida/circle-point-calculator
calculate a point position angle on a circle
https://github.com/heldrida/circle-point-calculator
Last synced: about 1 month ago
JSON representation
calculate a point position angle on a circle
- Host: GitHub
- URL: https://github.com/heldrida/circle-point-calculator
- Owner: heldrida
- Created: 2015-07-21T09:56:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-29T22:56:50.000Z (over 9 years ago)
- Last Synced: 2024-12-30T10:18:58.135Z (about 1 month ago)
- Language: JavaScript
- Size: 418 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
PROJECT: circle point calculator
================================Notes:
http://math.stackexchange.com/questions/1368752/what-is-x-if-position-value-is-between-0-and-500-and-i-need-it-has-1-to-1?newreg=d782f4933a2e4acca75f1552131f9a70
To go from x∈[0,500] to y∈[−1,1], use
y=x/250−1
and the other way use
x=250(y+1)References:
http://greensock.com/tweenlite