| angleCos(const _CVector &v) const | PIMathVectorT< Size, Type > | inline |
| angleDeg(const _CVector &v) const | PIMathVectorT< Size, Type > | inline |
| angleElevation(const _CVector &v) const | PIMathVectorT< Size, Type > | inline |
| angleRad(const _CVector &v) const | PIMathVectorT< Size, Type > | inline |
| angleSin(const _CVector &v) const | PIMathVectorT< Size, Type > | inline |
| asECEF() | PIGeoPosition | inline |
| asGeodetic() | PIGeoPosition | inline |
| asGeodetic(const PIEllipsoidModel &ell) | PIGeoPosition | inline |
| at(uint index) const | PIMathVectorT< Size, Type > | inline |
| azimuth(const PIGeoPosition &p) const | PIGeoPosition | |
| azimuthGeodetic(const PIGeoPosition &p) const | PIGeoPosition | |
| Cartesian enum value | PIGeoPosition | |
| convertCartesianToGeocentric(const PIMathVectorT3d &xyz, PIMathVectorT3d &llr) | PIGeoPosition | static |
| convertCartesianToGeodetic(const PIMathVectorT3d &xyz, PIMathVectorT3d &llh, PIEllipsoidModel ell=PIEllipsoidModel::WGS84Ellipsoid()) | PIGeoPosition | static |
| convertCartesianToSpherical(const PIMathVectorT3d &xyz, PIMathVectorT3d &tpr) | PIGeoPosition | static |
| convertGeocentricToCartesian(const PIMathVectorT3d &llr, PIMathVectorT3d &xyz) | PIGeoPosition | static |
| convertGeocentricToGeodetic(const PIMathVectorT3d &llr, PIMathVectorT3d &llh, PIEllipsoidModel ell=PIEllipsoidModel::WGS84Ellipsoid()) | PIGeoPosition | static |
| convertGeodeticToCartesian(const PIMathVectorT3d &llh, PIMathVectorT3d &xyz, PIEllipsoidModel ell=PIEllipsoidModel::WGS84Ellipsoid()) | PIGeoPosition | static |
| convertGeodeticToGeocentric(const PIMathVectorT3d &llh, PIMathVectorT3d &llr, PIEllipsoidModel ell=PIEllipsoidModel::WGS84Ellipsoid()) | PIGeoPosition | static |
| convertSphericalToCartesian(const PIMathVectorT3d &tpr, PIMathVectorT3d &xyz) | PIGeoPosition | static |
| CoordinateSystem enum name | PIGeoPosition | |
| cross(const _CVector &v) const | PIMathVectorT< Size, Type > | inline |
| cross(const _CVector &v1, const _CVector &v2) | PIMathVectorT< Size, Type > | inlinestatic |
| distToLine(const _CVector &lp0, const _CVector &lp1) | PIMathVectorT< Size, Type > | inline |
| div(const _CVector &v) const | PIMathVectorT< Size, Type > | inline |
| div(const Type &v) const | PIMathVectorT< Size, Type > | inline |
| div(const _CVector &v1, const _CVector &v2) | PIMathVectorT< Size, Type > | inlinestatic |
| div(const _CVector &v1, const Type &v2) | PIMathVectorT< Size, Type > | inlinestatic |
| dot(const _CVector &v) const | PIMathVectorT< Size, Type > | inline |
| dot(const _CVector &v1, const _CVector &v2) | PIMathVectorT< Size, Type > | inlinestatic |
| element(uint index) | PIMathVectorT< Size, Type > | inline |
| element(uint index) const | PIMathVectorT< Size, Type > | inline |
| elevation(const PIGeoPosition &p) const | PIGeoPosition | |
| elevationGeodetic(const PIGeoPosition &p) const | PIGeoPosition | |
| fill(const Type &v) | PIMathVectorT< Size, Type > | inline |
| fromTwoPoints(const _CVector &st, const _CVector &fn) | PIMathVectorT< Size, Type > | inlinestatic |
| Geocentric enum value | PIGeoPosition | |
| Geodetic enum value | PIGeoPosition | |
| getCurvMeridian() const | PIGeoPosition | |
| getCurvPrimeVertical() const | PIGeoPosition | |
| getPositionTolerance() | PIGeoPosition | inlinestatic |
| height() const | PIGeoPosition | |
| isNull() const | PIMathVectorT< Size, Type > | inline |
| isOrtho(const _CVector &v) const | PIMathVectorT< Size, Type > | inline |
| latitudeGeocentric() const | PIGeoPosition | |
| latitudeGeodetic() const | PIGeoPosition | |
| length() const | PIMathVectorT< Size, Type > | inline |
| lengthSqr() const | PIMathVectorT< Size, Type > | inline |
| longitude() const | PIGeoPosition | |
| manhattanLength() const | PIMathVectorT< Size, Type > | inline |
| move(const Type &v) | PIMathVectorT< Size, Type > | inline |
| move(const _CVector &v) | PIMathVectorT< Size, Type > | inline |
| mul(const _CVector &v) const | PIMathVectorT< Size, Type > | inline |
| mul(const Type &v) const | PIMathVectorT< Size, Type > | inline |
| mul(const _CVector &v1, const _CVector &v2) | PIMathVectorT< Size, Type > | inlinestatic |
| mul(const Type &v1, const _CVector &v2) | PIMathVectorT< Size, Type > | inlinestatic |
| mul(const _CVector &v1, const Type &v2) | PIMathVectorT< Size, Type > | inlinestatic |
| normalize() | PIMathVectorT< Size, Type > | inline |
| normalized() | PIMathVectorT< Size, Type > | inline |
| one_cm_tolerance | PIGeoPosition | static |
| one_mm_tolerance | PIGeoPosition | static |
| one_um_tolerance | PIGeoPosition | static |
| operator!=(const PIGeoPosition &right) const | PIGeoPosition | inline |
| PIMathVectorT::operator!=(const _CVector &v) const | PIMathVectorT< Size, Type > | inline |
| operator* | PIGeoPosition | friend |
| operator* | PIGeoPosition | friend |
| operator* | PIGeoPosition | friend |
| operator* | PIGeoPosition | friend |
| PIMathVectorT::operator*(const Type &v) const | PIMathVectorT< Size, Type > | inline |
| operator*=(const Type &v) | PIMathVectorT< Size, Type > | inline |
| operator+ | PIGeoPosition | friend |
| PIMathVectorT::operator+(const _CVector &v) const | PIMathVectorT< Size, Type > | inline |
| operator+=(const PIGeoPosition &right) | PIGeoPosition | |
| PIMathVectorT::operator+=(const _CVector &v) | PIMathVectorT< Size, Type > | inline |
| operator- | PIGeoPosition | friend |
| PIMathVectorT::operator-() const | PIMathVectorT< Size, Type > | inline |
| PIMathVectorT::operator-(const _CVector &v) const | PIMathVectorT< Size, Type > | inline |
| operator-=(const PIGeoPosition &right) | PIGeoPosition | |
| PIMathVectorT::operator-=(const _CVector &v) | PIMathVectorT< Size, Type > | inline |
| operator/(const Type &v) const | PIMathVectorT< Size, Type > | inline |
| operator/=(const Type &v) | PIMathVectorT< Size, Type > | inline |
| operator=(const PIMathVectorT3d &v) | PIGeoPosition | |
| PIMathVectorT::operator=(const Type &v) | PIMathVectorT< Size, Type > | inline |
| operator==(const PIGeoPosition &right) const | PIGeoPosition | |
| PIMathVectorT::operator==(const _CVector &v) const | PIMathVectorT< Size, Type > | inline |
| operator[](uint index) | PIMathVectorT< Size, Type > | inline |
| operator[](uint index) const | PIMathVectorT< Size, Type > | inline |
| phi() const | PIGeoPosition | |
| PIGeoPosition() | PIGeoPosition | |
| PIGeoPosition(double a, double b, double c, CoordinateSystem s=Cartesian, PIEllipsoidModel ell=PIEllipsoidModel::WGS84Ellipsoid()) | PIGeoPosition | |
| PIGeoPosition(PIMathVectorT3d v, CoordinateSystem s=Cartesian, PIEllipsoidModel ell=PIEllipsoidModel::WGS84Ellipsoid()) | PIGeoPosition | |
| PIMathVectorT(const Type &v=Type()) | PIMathVectorT< Size, Type > | inline |
| PIMathVectorT(const PIVector< Type > &val) | PIMathVectorT< Size, Type > | inline |
| PIMathVectorT(std::initializer_list< Type > init_list) | PIMathVectorT< Size, Type > | inline |
| position_tolerance | PIGeoPosition | static |
| projection(const _CVector &v) | PIMathVectorT< Size, Type > | inline |
| radius() const | PIGeoPosition | |
| radiusEarth(double geolat, PIEllipsoidModel ell=PIEllipsoidModel::WGS84Ellipsoid()) | PIGeoPosition | static |
| radiusEarth() const | PIGeoPosition | inline |
| range(const PIGeoPosition &a, const PIGeoPosition &b) | PIGeoPosition | static |
| range(const PIGeoPosition &p) const | PIGeoPosition | inline |
| setECEF(double x, double y, double z) | PIGeoPosition | |
| setEllipsoidModel(const PIEllipsoidModel &ell) | PIGeoPosition | inline |
| setGeocentric(double lat, double lon, double rad) | PIGeoPosition | |
| setGeodetic(double lat, double lon, double ht, PIEllipsoidModel ell=PIEllipsoidModel::WGS84Ellipsoid()) | PIGeoPosition | |
| setPositionTolerance(const double tol) | PIGeoPosition | inlinestatic |
| setSpherical(double theta, double phi, double rad) | PIGeoPosition | |
| setSubvector(int index, const PIMathVectorT< SubSize, Type > &v) | PIMathVectorT< Size, Type > | inline |
| size() const | PIMathVectorT< Size, Type > | inline |
| Spherical enum value | PIGeoPosition | |
| subvector(int offset=0) const | PIMathVectorT< Size, Type > | inline |
| swapElements(uint f, uint s) | PIMathVectorT< Size, Type > | inline |
| theta() const | PIGeoPosition | |
| toType() const | PIMathVectorT< Size, Type > | inline |
| transformTo(CoordinateSystem sys) | PIGeoPosition | |
| transposed() const | PIMathVectorT< Size, Type > | inline |
| turnTo() const | PIMathVectorT< Size, Type > | inline |
| vector() const | PIGeoPosition | inline |
| x() const | PIGeoPosition | |
| y() const | PIGeoPosition | |
| z() const | PIGeoPosition | |