VR-Link API Documentation for HLA Evolved
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
LibMatrix.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef _LibMatrix_h
7
#define _LibMatrix_h
8
13
14
#include "
vlMath.h
"
15
#include "
vlDcm.h
"
16
#include "
vlVector.h
"
17
#include "
vlTaitBryan.h
"
18
#include "
coordTransform.h
"
19
#include "
coordTranslation.h
"
20
21
#ifdef DtUSE_UTILITIES_NAMESPACE
22
namespace
DtUSE_UTILITIES_NAMESPACE
23
{
24
#endif
25
29
33
DT_DLL_MATRIX
double
DtModPer
(
double
x,
double
incl,
double
excl);
34
36
DT_DLL_MATRIX
double
DtModPerZero
(
double
x,
double
per);
37
39
DT_DLL_MATRIX
double
DtModPerLo
(
double
x,
double
min,
double
max);
40
42
DT_DLL_MATRIX
double
DtModPerHi
(
double
x,
double
min,
double
max);
43
44
45
#ifdef DtUSE_UTILITIES_NAMESPACE
46
}
47
#endif
48
49
50
#endif
/* LibMatrix */
51
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
)