VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfmodel
aimUtils.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
class
DtArticulatedPartStateRepository
;
12
class
DtVrfObject
;
13
class
Coordinate_System
;
14
class
DtSimObjectStateRepository
;
15
16
#pragma once
17
18
#include "
vrfmodel/vrfmodelDefines.h
"
19
#include <matrix/vlVector.h>
20
35
38
DT_DLL_vrfmodel
double
partElevationWrtBody
(
const
DtArticulatedPartStateRepository
* part,
39
const
DtVrfObject
* entity);
40
43
DT_DLL_vrfmodel
double
partHeadingWrtBody
(
const
DtArticulatedPartStateRepository
* part,
44
const
DtVrfObject
* entity);
45
47
50
DT_DLL_vrfmodel
double
headingToPointWrtBody
(
const
DtVector
& localTargetPoint,
51
const
DtVector
&
localPosition
,
const
DtDcm&
localOrientationMatrix
);
52
55
DT_DLL_vrfmodel
double
headingToPointWrtBody
(
const
DtVector
& localTargetPoint,
56
const
DtVrfObject
* entity);
57
64
DT_DLL_vrfmodel
double
headingToPointWrtPart
(
const
DtVector
& localTargetPoint,
65
const
DtSimObjectStateRepository
* part,
const
DtVector
& localOriginLocation);
66
69
DT_DLL_vrfmodel
double
elevationToPointWrtBody
(
const
DtVector
& localTargetPoint,
70
const
DtVector
&
localPosition
,
const
DtDcm&
localOrientationMatrix
);
71
74
DT_DLL_vrfmodel
double
elevationToPointWrtBody
(
const
DtVector
& localTargetPoint,
75
const
DtVrfObject
* entity);
76
78
DT_DLL_vrfmodel
double
elevationToPointWrtPart
(
const
DtVector
& localTargetPoint,
79
const
DtSimObjectStateRepository
* part,
const
DtVector
& localOriginLocation);
80
82
DT_DLL_vrfmodel
DtVector
targetLocationOnEntity
(
const
DtVector
& localShooterLoc,
83
const
DtVrfObject
* targetEntity,
const
Coordinate_System
* coordSys,
double
heightFraciont = 0.);
84
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)