VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
calculateHeadingAlongRouteSegment.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Generated by VR-Forces Component Code Generator
3 ** WARNING: Changes to this file WILL BE LOST if file is regenerated.
4 *******************************************************************************/
5 
8 
14 
15 #pragma once
16 
18 
19 #include <matrix/vlVector.h>
20 
21 class Coordinate_System;
22 
48  const DtVector& localRouteSegmentStart, const DtVector& localRouteSegmentEnd,
49  const Coordinate_System& coordinateSystem,
50  double offsetFromRouteSegment = 0.0, double minCorrectionDistance = 0.1,
51  double maxCorrectionDistance = 8.0,
52  double maxCorrectionAngle = 0.5236);
53 
#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. It finds a heading ...

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)