Polar coordinates of a point

Feb 25, 2013 at 10:43am
Hi,
I want to create a program in C++ that can find polar coordinates of a point,
can somebody help me or give useful links?
I need to use classes, right?
Feb 25, 2013 at 10:46am
use trigonometry to find the rotation and use the distance formula to calculate the distance from the origin.
Feb 25, 2013 at 11:16am
Google "Rectangular to Polar"

I need to use classes, right?
The task itself can be done with or without classes.
Last edited on Feb 25, 2013 at 11:16am
Topic archived. No new replies allowed.