Public Member Functions | |
ArcStroke (double time, double orientation, double x0, double y0, double x1, double y1, double longCtr, double latCtr, double polarOrient) | |
ArcStroke () | |
double | getLongCenter () |
double | getLatCenter () |
double | getPolarOrientation () |
void | setLongCenter (double longCtr) |
void | setLatCenter (double latCtr) |
void | setPolarOrientation (double polarOrient) |
Private Attributes | |
double | longCenter |
double | latCenter |
double | polarOrientation |
|
Build an arc stroke
|
|
Build zero-ed arc stroke |
|
Return the lat Center
|
|
Return the long Center
|
|
Return the polar orientation
|
|
Set the lat Center
|
|
Set the long Center
|
|
Set the polar orientation
|
|
The latitude of the center |
|
The longitude of the center |
|
The polar orientation |