#include "../Geometry/K3dVorLeafObj.h"#include "../MathCore/K3dDistance.h"#include "../System/K3dDefines.h"#include "../Geometry/K3dPlaneObj.h"#include "../Geometry/K3dVertexObj.h"#include "../System/Builder/K3dPlaneBuild.h"Go to the source code of this file.
Classes | |
| class | K3dVorBsp |
Enumerations | |
| enum | EVorBspPlane { K_VOR_BSP_PLANE_X = 0, K_VOR_BSP_PLANE_Y, K_VOR_BSP_PLANE_Z } |
| <Enumerator for describing default voronoi bsp dividing plane More... | |
| enum | EVorBspPlaneSide { K_VOR_BSP_PLANE_SIDE_FRONT = 0, K_VOR_BSP_PLANE_SIDE_BACK } |
K3dEngine 1.0 - OpenGL Game Engine http://sourceforge.net/projects/kengine/
06.08.08 - First version 06.10.24 - Rename KVorBsp.h to the K3dVorBsp.h
Definition in file K3dVorBsp.h.
| enum EVorBspPlane |
<Enumerator for describing default voronoi bsp dividing plane
Definition at line 45 of file K3dVorBsp.h.
| enum EVorBspPlaneSide |
Definition at line 53 of file K3dVorBsp.h.
1.5.0