VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
directedRotRate.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 MAK Technologies, Inc
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 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 
const bool operator==(const DtU128 &lhs, const DtU128 &rhs)
Rotation rate given by single rate and axis of rotation.
Definition: directedRotRate.h:23
This file declares DtVector and DtVector32.
Definition: vlVector.h:162
#define DT_DLL_MATRIX
Definition: vlMachineTypes.h:107
double thetaDot
Definition: directedRotRate.h:34
const bool operator!=(const DtU128 &lhs, const DtU128 &rhs)

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)