Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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