VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmodel
calcHeadingAlongRouteSegment.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
17
#include "
vrfmodel/vrfmodelDefines.h
"
18
19
class
DtVector
;
20
class
Coordinate_System
;
21
46
DT_DLL_vrfmodel
double
DtCalculateHeadingAlongRouteSegment
(
const
DtVector
& localTestPoint,
47
const
DtVector
& localRouteSegmentStart,
const
DtVector
& localRouteSegmentEnd,
48
const
Coordinate_System
& coordinateSystem,
49
double
offsetFromRouteSegment = 0.0,
double
minCorrectionDistance = 0.1,
50
double
maxCorrectionDistance = 8.0,
51
double
maxCorrectionAngle = 0.5236);
52
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)