VR-Vantage 2.8 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rfxUtil.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
6 #pragma once
7 
8 #include "radarFxServer/export.h"
9 
10 #include <matrix/vlVector.h>
11 #include <matrix/vlQuaternion.h>
12 
13 #include <string>
14 
15 namespace makVrv
16 {
17 class DtDe;
18 class DtObserver;
19 }
20 
21 namespace makRadarFx
22 {
23 
27 {
28  public:
31  virtual ~DtEntityHelper();
32 
34  DtVector lookupEntityLocation(const std::string& globalId);
35 
38  DtQuaternion orientToVector(DtVector cigStart, DtVector cigEnd);
39 
42  double degreesToTarget(std::string& globalId, DtVector cigEnd);
43 
46  double degreesToTarget(DtVector cigStart, DtVector cigEnd);
47 
48  double getHeading(makVrv::DtObserver* obs);
49 
50  protected:
52 
53 };
54 }


Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)