VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
kynapseCollisionTests.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 #include <kypathdata/navmesh/navmeshmanager.h>
10 #include <geometry/point.h>
11 #include <list>
12 
13 namespace BHAVE
14 {
17  bool DT_DLL_bhaveSim SegmentVsPie2d(const Kaim::Vec3f& a, const Kaim::Vec3f& b, const Kaim::Vec3f& c,
18  KyFloat32 radius, double startAngleInRadians, double endAngleInRadians);
19 
22  std::list<Kaim::Vec3f> DT_DLL_bhaveSim DtGetPointsFromDisk(DtPoint center, double radius,
23  double startAngleInRadians, double endAngleInRadians, double step);
24 
27  Kaim::Vec3f DT_DLL_bhaveSim DtGetPointFromDisk(DtPoint center, double radius, double angleInRadians);
28 }
29 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)