GeoTessCPP
2.0.0
Software to facilitate storage and retrieval of 3D information about the Earth.
|
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] |
getNPoints(const double &dist, const double &spacing, const bool &onCenters=false) | geotess::GreatCircle | [inline, static] |
getNPoints(const double &spacing, const bool &onCenters=false) | geotess::GreatCircle | [inline] |
getPoint(const double &dist) | geotess::GreatCircle | [inline] |
getPoint(const double &dist, double *location) | geotess::GreatCircle | [inline] |
getPoints(double **points, const int &npoints, const bool &onCenters=false) | geotess::GreatCircle | [inline] |
getPoints(const double &spacing, double **points, int &npoints, const bool &onCenters=false) | 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=false) | geotess::GreatCircle | |
set(double *frstPoint, double *lstPoint, const bool &shortestPath=true, const bool &deleteWhenDone=false) | geotess::GreatCircle | [inline] |
set(double *firstPoint, const double &distance, const double &azimuth, const bool &deleteWhenDone=false) | 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] |