![]() |
VR-Link API Documentation for HLA Evolved
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00006 #ifndef DtDirectedRotRate_H_ 00007 #define DtDirectedRotRate_H_ 00008 00012 00013 00014 #include "vlVector.h" 00015 00016 #ifdef DtUSE_UTILITIES_NAMESPACE 00017 namespace DtUSE_UTILITIES_NAMESPACE 00018 { 00019 #endif 00020 00023 class DT_DLL_MATRIX DtDirectedRotRate 00024 { 00025 public: 00026 DtDirectedRotRate(); 00027 DtDirectedRotRate(const DtVector& pqr); 00028 00029 void setFromVec(const DtVector& pqr); 00030 00031 double thetaDot; 00032 double n[3]; 00033 }; 00034 00035 #ifdef DtUSE_UTILITIES_NAMESPACE 00036 } 00037 #endif 00038 00039 #endif 00040