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
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
DtVector32
& pqr);
28
29
bool
operator ==
(
const
DtDirectedRotRate
& orig )
const
;
30
bool
operator !=
(
const
DtDirectedRotRate
& orig )
const
;
31
32
void
setFromVec(
const
DtVector32
& pqr);
33
34
double
thetaDot
;
35
float
n[3];
36
};
37
38
#ifdef DtUSE_UTILITIES_NAMESPACE
39
}
40
#endif
41
42
#endif
43
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
)