How to get cartesian co ordibates from polar co ordinates?
Answers
Answered by
0
To convert from Polar Coordinates (r,θ) to Cartesian Coordinates (x,y) :
x = r × cos( θ )
y = r × sin( θ )
x = r × cos( θ )
y = r × sin( θ )
Answered by
3
:
⎇To convert from Polar Coordinates (r,θ) to Cartesian Coordinates (x,y) :
x = r × cos( θ )
y = r × sin( θ )
Similar questions