Blender V2.61 - r43446
|
#include <vector>
#include "MT_Point2.h"
#include "MT_Point3.h"
Go to the source code of this file.
Classes | |
struct | KX_Obstacle |
class | KX_ObstacleSimulation |
class | KX_ObstacleSimulationTOI |
class | KX_ObstacleSimulationTOI_rays |
class | KX_ObstacleSimulationTOI_cells |
Defines | |
#define | VEL_HIST_SIZE 6 |
Typedefs | |
typedef std::vector < KX_Obstacle * > | KX_Obstacles |
Enumerations | |
enum | KX_OBSTACLE_TYPE { KX_OBSTACLE_OBJ, KX_OBSTACLE_NAV_MESH } |
enum | KX_OBSTACLE_SHAPE { KX_OBSTACLE_CIRCLE, KX_OBSTACLE_SEGMENT } |
#define VEL_HIST_SIZE 6 |
Definition at line 48 of file KX_ObstacleSimulation.h.
Referenced by KX_ObstacleSimulation::CreateObstacle(), and KX_ObstacleSimulation::UpdateObstacles().
typedef std::vector<KX_Obstacle*> KX_Obstacles |
Definition at line 67 of file KX_ObstacleSimulation.h.
enum KX_OBSTACLE_SHAPE |
Definition at line 42 of file KX_ObstacleSimulation.h.
enum KX_OBSTACLE_TYPE |
Definition at line 36 of file KX_ObstacleSimulation.h.