You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
It is possibel that here
the sinus and cosinus are inverted for some reason while calculating the coordinates?
// Get the sine of the radian to find the x co-ordinate of this point of the circle// and multiply it by the radius.let x = radian.sin()* radius;// Do the same with cosine to find the y co-ordinate.let y = radian.cos()* radius;// Construct and return a point object with a color.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello!
It is possibel that here
the sinus and cosinus are inverted for some reason while calculating the coordinates?
Thank you!
The text was updated successfully, but these errors were encountered: