VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
matrix
topoCoord.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*******************************************************************************/
9
#pragma once
10
11
#include "
geodeticCoord.h
"
12
#include "
LibMatrix.h
"
13
14
#ifdef DtUSE_UTILITIES_NAMESPACE
15
namespace
DtUSE_UTILITIES_NAMESPACE
16
{
17
#endif
18
23
30
DT_DLL_MATRIX
void
DtLatLon_to_TopoToGeoc
(
31
const
DtGeodeticCoord
& g,
DtDcmRef
topoToGeoc );
32
36
DT_DLL_MATRIX
void
DtLatLon_to_GeocToTopo
(
37
const
DtGeodeticCoord
& g,
DtDcmRef
geocToTopo );
38
43
DT_DLL_MATRIX
void
DtGeocToTopoTransform
(
44
double
latitude,
double
longitude,
DtCoordTransform
* geoc2topo );
45
49
DT_DLL_MATRIX
double
DtGetHeadingFromGeocentric
(
DtVector
geocLoc,
DtTaitBryan
geocOri );
50
54
DT_DLL_MATRIX
double
DtGetPitchFromGeocentric
(
DtVector
geocLoc,
DtTaitBryan
geocOri );
55
59
DT_DLL_MATRIX
double
DtGetRollFromGeocentric
(
DtVector
geocLoc,
DtTaitBryan
geocOri );
60
61
62
#ifdef DtUSE_UTILITIES_NAMESPACE
63
}
64
#endif
65
66
67
Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)