cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Polar coordinates of a point
Polar coordinates of a point
Feb 25, 2013 at 10:43am UTC
victor72
(4)
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 UTC
Script Coder
(1468)
use trigonometry to find the rotation and use the distance formula to calculate the distance from the origin.
Feb 25, 2013 at 11:16am UTC
Chervil
(7320)
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 UTC
Topic archived. No new replies allowed.