19 #include <matrix/vlVector.h>
48 const DtVector& localRouteSegmentStart,
const DtVector& localRouteSegmentEnd,
50 double offsetFromRouteSegment = 0.0,
double minCorrectionDistance = 0.1,
51 double maxCorrectionDistance = 8.0,
52 double maxCorrectionAngle = 0.5236);
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
Definition: coordSystem.h:54
DT_DLL_vrfmodel double DtCalculateHeadingAlongRouteSegment(const DtVector &localTestPoint, const DtVector &localRouteSegmentStart, const DtVector &localRouteSegmentEnd, const Coordinate_System &coordinateSystem, double offsetFromRouteSegment=0.0, double minCorrectionDistance=0.1, double maxCorrectionDistance=8.0, double maxCorrectionAngle=0.5236)
Calculates the heading for a given test point to direct it along a route segment. ...