VR-Forces 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 Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)