gwnavruntime/world/boxobstacledisplay.h Source File

boxobstacledisplay.h
Go to the documentation of this file.
1 /*
2 * Copyright 2016 Autodesk, Inc. All rights reserved.
3 * Use of this software is subject to the terms of the Autodesk license agreement and any attachments or Appendices thereto provided at the time of installation or download,
4 * or which otherwise accompanies this software in either electronic or hard copy form, or which is signed by you and accepted by Autodesk.
5 */
6 
7 #pragma once
8 
9 namespace Kaim
10 {
11 
12 class DisplayList;
13 class BoxObstacleBlob;
14 class ShapeColor;
15 
16 class BoxObstacleDisplay
17 {
18 public:
19  static void DisplayBox( DisplayList* displayList, const BoxObstacleBlob* boxObstacle, const ShapeColor& shapeColor);
20  static void DisplayStatus( DisplayList* displayList, const BoxObstacleBlob* boxObstacle);
21  static void DisplayTransform( DisplayList* displayList, const BoxObstacleBlob* boxObstacle);
22  static void DisplayBoxVelocities(DisplayList* displayList, const BoxObstacleBlob* boxObstacle);
23 
24 };
25 
26 }
27 
28 
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17