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
directedRotRate.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef DtDirectedRotRate_H_
7
#define DtDirectedRotRate_H_
8
12
13
14
#include "
vlVector.h
"
15
16
#ifdef DtUSE_UTILITIES_NAMESPACE
17
namespace
DtUSE_UTILITIES_NAMESPACE
18
{
19
#endif
20
23
class
DT_DLL_MATRIX
DtDirectedRotRate
24
{
25
public
:
26
DtDirectedRotRate
();
27
DtDirectedRotRate
(
const
DtVector
& pqr);
28
29
void
setFromVec(
const
DtVector
& pqr);
30
31
double
thetaDot
;
32
double
n[3];
33
};
34
35
#ifdef DtUSE_UTILITIES_NAMESPACE
36
}
37
#endif
38
39
#endif
40
Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)