VR-Link API Documentation for HLA 1.3
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 Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)