gwnavruntime/collision/collisiontypes.h Source File

collisiontypes.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 #include "gwnavruntime/base/types.h" // otherwise CollisionRayCastResult is not doxygened
10 
11 namespace Kaim
12 {
13 
16 {
17  RayHit = 0,
19 };
20 
21 }
22 
RayHit.
Definition: collisiontypes.h:17
CollisionRayCastResult
CollisionRayCastResult.
Definition: collisiontypes.h:15
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
RayDidNotHit.
Definition: collisiontypes.h:18