Changeset View
Changeset View
Standalone View
Standalone View
source/gameengine/Ketsji/KX_ObstacleSimulation.h
| Context not available. | |||||
| #define __KX_OBSTACLESIMULATION_H__ | #define __KX_OBSTACLESIMULATION_H__ | ||||
| #include <vector> | #include <vector> | ||||
| #include "MT_Point2.h" | #include "MT_Vector2.h" | ||||
| #include "MT_Point3.h" | #include "MT_Vector3.h" | ||||
| class KX_GameObject; | class KX_GameObject; | ||||
| class KX_NavMeshObject; | class KX_NavMeshObject; | ||||
| Context not available. | |||||
| { | { | ||||
| KX_OBSTACLE_TYPE m_type; | KX_OBSTACLE_TYPE m_type; | ||||
| KX_OBSTACLE_SHAPE m_shape; | KX_OBSTACLE_SHAPE m_shape; | ||||
| MT_Point3 m_pos; | MT_Vector3 m_pos; | ||||
| MT_Point3 m_pos2; | MT_Vector3 m_pos2; | ||||
| MT_Scalar m_rad; | MT_Scalar m_rad; | ||||
| float vel[2]; | float vel[2]; | ||||
| Context not available. | |||||