VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
smoothPosWithDr.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef smoothPosWithDr_H_
7 #define smoothPosWithDr_H_
8 
9 #include "smoothUtil.h"
10 
14 
15 class DtDeadReckoner;
16 
23 {
24 public:
25 
29 
31  virtual ~DtSmoothPosWithDr();
32 
33 protected:
34 
36  virtual void dfltAction(DtTime simTime, void* usr,
37  DtVector32& vs, DtVector& ps);
38 };
39 
40 #endif
41 
Instances of DtSmoothPosWithDr are used to provide the mechanism to smooth position and dead-reckon p...
Definition: smoothPosWithDr.h:22
virtual void dfltAction(DtTime simTime, void *usr, DtVector32 &vs, DtVector &ps)=0
Definition: vlVector.h:224
Definition: smoothUtil.h:20
Definition: vlVector.h:162
#define DT_DLL_VLPROTIND
Definition: vlMachineTypes.h:110
Instances of DtDeadReckoner are used to provide approximated position and orientation information for...
Definition: deadReckoner.h:30

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)