|
GeoTessCPP
2.0.0
Software to facilitate storage and retrieval of 3D information about the Earth.
|
| angle(const double *const v0, const double *const v1) | geotess::GeoTessUtils | [inline, static] |
| angleDegrees(const double *const v0, const double *const v1) | geotess::GeoTessUtils | [inline, static] |
| approximateLatitudes | geotess::GeoTessUtils | [static] |
| azimuth(const double *const v1, const double *const v2, double errorValue) | geotess::GeoTessUtils | [static] |
| azimuthDegrees(const double *const v1, const double *const v2, double errorValue) | geotess::GeoTessUtils | [static] |
| center(double const *const *const v, int n) | geotess::GeoTessUtils | [inline, static] |
| center(vector< double * > v, double *x) | geotess::GeoTessUtils | [inline, static] |
| circumCenter(const double *const v0, const double *const v1, const double *const v2, double *const vs) | geotess::GeoTessUtils | [inline, static] |
| circumCenter(const double *const v0, const double *const v1, const double *const v2) | geotess::GeoTessUtils | [inline, static] |
| circumCenter(double const *const *const t, double *const vs) | geotess::GeoTessUtils | [inline, static] |
| class_name() | geotess::GeoTessUtils | [inline, static] |
| class_size() const | geotess::GeoTessUtils | [inline, virtual] |
| cross(const double *const v1, const double *const v2, double *const rslt) | geotess::GeoTessUtils | [inline, static] |
| crossNormal(const double *const u, const double *const v) | geotess::GeoTessUtils | [inline, static] |
| crossNormal(const double *const u, const double *const v, double *const w) | geotess::GeoTessUtils | [inline, static] |
| crossNorth(const double *const u, double *const w) | geotess::GeoTessUtils | [inline, static] |
| dot(const double *const v0, const double *const v1) | geotess::GeoTessUtils | [inline, static] |
| GeoTessUtils() | geotess::GeoTessUtils | [inline] |
| getDistance3D(const double *const v0, double r0, const double *const v1, double r1) | geotess::GeoTessUtils | [inline, static] |
| getEarthRadius(const double *const v) | geotess::GeoTessUtils | [inline, static] |
| getGeoCentricLatitude(const double &lat) | geotess::GeoTessUtils | [inline, static] |
| getGeoGraphicLatitude(const double &lat) | geotess::GeoTessUtils | [inline, static] |
| getGreatCircle(const double *const v0, const double *const v1) | geotess::GeoTessUtils | [static] |
| getGreatCircle(const double *const v0, const double *const v1, double **const gc) | geotess::GeoTessUtils | [static] |
| getGreatCircle(const double *const v, double azimuth) | geotess::GeoTessUtils | [static] |
| getGreatCircle(const double *const v, double azimuth, double **const gc) | geotess::GeoTessUtils | [static] |
| getGreatCirclePoint(double const *const *const greatCircle, double distance) | geotess::GeoTessUtils | [inline, static] |
| getGreatCirclePoint(double const *const *const greatCircle, double distance, double *const v) | geotess::GeoTessUtils | [inline, static] |
| getGreatCirclePoints(double *ptA, double *ptB, const double &delta, const bool &onCenters) | geotess::GeoTessUtils | [static] |
| getGreatCirclePoints(double *ptA, double *ptB, const int &npoints, const bool &onCenters, double **points) | geotess::GeoTessUtils | [static] |
| getGreatCirclePoints(double *ptA, double *ptB, const double &delta, const bool &onCenters, double **points, int &npoints) | geotess::GeoTessUtils | [static] |
| getLat(const double *const v) | geotess::GeoTessUtils | [inline, static] |
| getLatDegrees(const double *const v) | geotess::GeoTessUtils | [inline, static] |
| getLatLonString(const double *const v) | geotess::GeoTessUtils | [static] |
| getLon(const double *const v) | geotess::GeoTessUtils | [inline, static] |
| getLonDegrees(const double *const v) | geotess::GeoTessUtils | [inline, static] |
| getTransform(const double *const u, const double *const v, double **const t) | geotess::GeoTessUtils | [static] |
| getTriangleArea(const double *const v0, const double *const v1, const double *const v2) | geotess::GeoTessUtils | [inline, static] |
| getVector(const double &lat, const double &lon) | geotess::GeoTessUtils | [inline, static] |
| getVector(const double &lat, const double &lon, double *v) | geotess::GeoTessUtils | [inline, static] |
| getVectorDegrees(const double &lat, const double &lon) | geotess::GeoTessUtils | [inline, static] |
| getVectorDegrees(const double &lat, const double &lon, double *v) | geotess::GeoTessUtils | [inline, static] |
| getVersion() | geotess::GeoTessUtils | [inline, static] |
| isPole(const double *const u) | geotess::GeoTessUtils | [inline, static] |
| length(const double *const u) | geotess::GeoTessUtils | [inline, static] |
| move(const double *const w, const double *const vtp, double a, double *const u) | geotess::GeoTessUtils | [inline, static] |
| moveDistAz(const double *const w, double distance, double azimuth, double *const u) | geotess::GeoTessUtils | [inline, static] |
| moveNorth(const double *const x, double distance, double *const z) | geotess::GeoTessUtils | [inline, static] |
| normalize(double *const u) | geotess::GeoTessUtils | [inline, static] |
| parallel(const double *const u, const double *const v) | geotess::GeoTessUtils | [inline, static] |
| readString(string &s, ifstream &ifs) | geotess::GeoTessUtils | [inline, static] |
| rotate(const double *const x, const double *const p, double a, double *const z) | geotess::GeoTessUtils | [static] |
| scalarTripleProduct(const double *const v0, const double *const v1, const double *const v2) | geotess::GeoTessUtils | [inline, static] |
| transform(const double *x, double const *const *const t, double *const g) | geotess::GeoTessUtils | [inline, static] |
| vectorTripleProduct(const double *const v0, const double *const v1, const double *const v2, double *const rslt) | geotess::GeoTessUtils | [inline, static] |
| vectorTripleProductNorthPole(const double *const u, double *const w) | geotess::GeoTessUtils | [inline, static] |
| writeString(ofstream &ofs, const string &s) | geotess::GeoTessUtils | [inline, static] |
| ~GeoTessUtils() | geotess::GeoTessUtils | [inline, virtual] |
1.8.0-20120317