VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
matrix
directRotRate.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 Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)