GeoTessCPP
2.0.0
Software to facilitate storage and retrieval of 3D information about the Earth.
|
This is the complete list of members for geotess::GreatCircle, including all inherited members.
getDistance() | geotess::GreatCircle | inline |
getDistance(const double *position) | geotess::GreatCircle | inline |
getDistanceDegrees() | geotess::GreatCircle | inline |
getDistanceDegrees(const double *position) | geotess::GreatCircle | inline |
getFirst() | geotess::GreatCircle | inline |
getIntersection(GreatCircle &other, const bool &inRange, double *intersection) | geotess::GreatCircle | inline |
getLast() | geotess::GreatCircle | inline |
getNormal() | geotess::GreatCircle | inline |
getPoint(const double &dist) | geotess::GreatCircle | inline |
getPoint(const double &dist, double *location) | geotess::GreatCircle | inline |
getTransform() | geotess::GreatCircle | |
GreatCircle() | geotess::GreatCircle | inline |
GreatCircle(const double *firstPoint, const double &distance, const double &direction) | geotess::GreatCircle | |
GreatCircle(const double *firstPoint, const double *intermediatePoint, const double *lastPoint, const bool &shortestPath=true) | geotess::GreatCircle | |
GreatCircle(const double *firstPoint, const double *lastPoint, const bool &shortestPath=true) | geotess::GreatCircle | |
GreatCircle(GreatCircle &other) | geotess::GreatCircle | |
operator=(GreatCircle &other) | geotess::GreatCircle | |
operator==(const GreatCircle &other) const | geotess::GreatCircle | inline |
set(double *firstPoint, double *intermediatePoint, double *lastPoint, const bool &shortestPath=true, const bool &deleteWhenDone=true) | geotess::GreatCircle | |
set(double *frstPoint, double *lstPoint, const bool &shortestPath=true, const bool &deleteWhenDone=true) | geotess::GreatCircle | inline |
set(double *firstPoint, const double &distance, const double &azimuth, const bool &deleteWhenDone=true) | geotess::GreatCircle | |
toString() | geotess::GreatCircle | |
transform(const double *x, double *v) | geotess::GreatCircle | inline |
transform(const double *x) | geotess::GreatCircle | inline |
~GreatCircle() | geotess::GreatCircle | virtual |