![]() |
VR-Forces 4.0.4 Class Documentation
|
Contains some common routines used by circle classes. More...
Static Public Member Functions | |
| static double | angleTo (const makVrv::DtCoordinateSystem &, const DtVector &origin, const DtVector &to) |
| Returns the angle (topographic) between the two local points. | |
| static double | distance (const makVrv::DtCoordinateSystem &, const DtVector &from, const DtVector &to) |
| Returns the distance from the two points. | |
| static DtVector | rotatedPoint (const makVrv::DtCoordinateSystem &, const DtVector &origin, double range, double angle) |
| Given an origin, distance and angle, return the destination (local) point. | |
Contains some common routines used by circle classes.
| static double makVrf::DtCircleHelper::angleTo | ( | const makVrv::DtCoordinateSystem & | , |
| const DtVector & | origin, | ||
| const DtVector & | to | ||
| ) | [static] |
Returns the angle (topographic) between the two local points.
Coordinates are in local database coordinates. The coordinate system is used to convert between the local database coordinates and geocentric
| static double makVrf::DtCircleHelper::distance | ( | const makVrv::DtCoordinateSystem & | , |
| const DtVector & | from, | ||
| const DtVector & | to | ||
| ) | [static] |
Returns the distance from the two points.
Coordinates are in local database coordinates The coordinate system is used to convert between the local database coordinates and geocentric
| static DtVector makVrf::DtCircleHelper::rotatedPoint | ( | const makVrv::DtCoordinateSystem & | , |
| const DtVector & | origin, | ||
| double | range, | ||
| double | angle | ||
| ) | [static] |
Given an origin, distance and angle, return the destination (local) point.
Angle is in radians