VR-Forces 4.0.4 Class Documentation
include/vrfmodel/calcHeadingAlongRouteSegment.h
Go to the documentation of this file.
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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)