|
| CscPoint3d * | conscience_utils::Cartography::projectWGS84toLambertCC (const CscPoint3d *position, const CscProjectionLambertType projection) |
| |
| double | conscience_utils::Cartography::isometricLatitude (double phi, double e) |
| |
| double | conscience_utils::Cartography::getDistanceBetweenTwoWGS84Points (const CscPoint3d *firstPoint, const CscPoint3d *secondPoint) |
| |
| CscPoint3d * | conscience_utils::Cartography::projectWGS84PointWithDistanceAndAngle (const CscPoint3d *initialPoint, double distance, double angle) |
| |
| CscPoint3d * | conscience_utils::Cartography::calculatePositionFromGps (double lat, double lng, double latCornerBLScene, double longCornerBLScene, double latCornerBRScene, double longCornerBRScene, double latCornerTLScene, double longCornerTLScene, double latCornerTRScene, double longCornerTRScene) |
| |
| CscPoint3d | conscience_utils::Cartography::findPointAtDistanceFrom (double latitude, double longitude, double rotationFromNorthRad, double distanceMeters) |
| |
| CscPoint3d | conscience_utils::Cartography::pictureCoordToGpsPositionWithFOV (double latitude, double longitude, double altitudeInMeters, double widthFOV, double heightFOV, double heading, double cameraOrientation, double photoX, double photoY, double imageHeight, double imageWidth) |
| |