Quote:
Originally posted by emortylone
Using sine (sin) is generally applied to the x value. Using cosine(cos) is generally applied to the y value
|
No! The other way 'round! Normally a mathematical cricle starts right and continues counter-clockwise. In graal it'd be:
xvalue = cos(angle)
yvalue = -sin(angle)
"getangle" is doing the same, so to be compatible, just follow this.