VR-Vantage 3.1 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rfxUtil.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
6 #pragma once
7 
8 #include "radarFxServer/export.h"
9 
11 
12 #include <matrix/vlVector.h>
13 #include <matrix/vlQuaternion.h>
14 
15 #include <string>
16 
17 namespace makVrv
18 {
19  class DtDe;
20  class DtObserver;
21  class DtCoordinateSystem;
22 }
23 
24 namespace makRadarFx
25 {
26 
30  {
31  public:
34  virtual ~DtEntityHelper();
35 
37  DtVector lookupEntityLocation(const std::string& globalId);
38 
41  DtQuaternion orientToVector(DtVector cigStart, DtVector cigEnd);
42 
45  double degreesToTarget(std::string& globalId, DtVector cigEnd);
46 
49  double degreesToTarget(DtVector cigStart, DtVector cigEnd);
50 
51  double getHeading(makVrv::DtObserver* obs);
52  protected:
54  virtual void slot_coordinateSystemChanged();
55 
56  protected:
59 
62  makVrv::DtCoordinateSystem* myCoordinateSystem = nullptr;
63  };
64 }


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