VR-Link API Documentation for HLA 1.3
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 
24 {
25 public:
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 Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)