VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
coordTranslation.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
8 #pragma once
9 
10 #include <vlutil/vlMachineTypes.h>
11 #include <vlutil/vlUtil.h>
12 #include "vlVector.h"
13 
14 
15 #ifdef DtUSE_UTILITIES_NAMESPACE
16 namespace DtUSE_UTILITIES_NAMESPACE
17 {
18 #endif
19 
24 {
25 public:
27  DtCoordTranslation(const DtVector& toOriginInFromCoord);
28 
29  void setOffset(const DtVector& toOriginInFromCoord);
30  void setByInverse(const DtCoordTranslation& to2from);
31 
32  void getOffset(DtVector& toOriginInFromCoord) const;
33  DtVector offset() const;
34 
35  void coordTrans(const DtVector& from, DtVector& to) const;
36 
37 protected:
39 };
40 
41 #ifdef DtUSE_UTILITIES_NAMESPACE
42 }
43 #endif
44 
45 
46 

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)