![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Generated by VR-Forces Component Code Generator 00003 ** WARNING: Changes to this file WILL BE LOST if file is regenerated. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: calcHeadingAlongRouteSegment.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00017 00018 #ifndef calcHeadingAlongRouteSegment_H_ 00019 #define calcHeadingAlongRouteSegment_H_ 00020 00021 #include "vrfmodel/vrfmodelDefines.h" 00022 00023 class DtVector; 00024 class Coordinate_System; 00025 00050 DT_DLL_vrfmodel double DtCalculateHeadingAlongRouteSegment(const DtVector& localTestPoint, 00051 const DtVector& localRouteSegmentStart, const DtVector& localRouteSegmentEnd, 00052 const Coordinate_System& coordinateSystem, 00053 double offsetFromRouteSegment = 0.0, double minCorrectionDistance = 0.1, 00054 double maxCorrectionDistance = 8.0, 00055 double maxCorrectionAngle = 0.5236); 00056 #endif