Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members Related Pages Search
RectCoord Class ReferenceA class for storing a rectangular coordinate and can convert it into a polar coordinate.
More...
#include <rectcoord.h>
List of all members.
|
Public Methods |
| RectCoord (double x=0, double y=0) |
PolarCoord | toPolar (int mode=RADIANS, bool bearing=true) |
double | getX () const |
double | getY () const |
Static Public Attributes |
const int | RADIANS = 0 |
const int | DEGREES = 1 |
Detailed Description
A class for storing a rectangular coordinate and can convert it into a polar coordinate.
- Author:
-
Fungmeista
Definition at line 29 of file rectcoord.h. The documentation for this class was generated from the following files:
|