VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
objectsCollectorInExtentQuery.h
Go to the documentation of this file.
1 #pragma once
2 
4 #include <geometry/extent.h>
5 #include <matrix/vlVector.h>
6 #include <vector>
7 
12 {
13 public:
14 
17 
19  virtual bool getVrfObjectsPositions(DtExtent& extent, std::vector<DtVector>& vrfObjectsPositions) = 0;
20 
21 };
The DtExtent represents an axis-aligned 3d bounding box.
Definition: extent.h:43
virtual ~DtObjectsCollectorInExtentQuery()
Definition: objectsCollectorInExtentQuery.h:16
Class providing querying for entities in an extent within the nav mesh. This is the abstract base cla...
Definition: objectsCollectorInExtentQuery.h:11
Contains the declaration of the DtExtent class.
#define DT_DLL_vrfNavigation
This file is used to determine how to build.
Definition: vrfNavigationDefines.h:26
DtObjectsCollectorInExtentQuery()
Definition: objectsCollectorInExtentQuery.h:15

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)