TDME2 1.9.121
fwd-tdme.h
Go to the documentation of this file.
1// Forward declarations for tdme.engine.primitives
2#pragma once
3
4namespace tdme {
5namespace engine {
6namespace primitives {
7 class BoundingBox;
8 class BoundingVolume;
9 class Capsule;
10 class ConvexMesh;
11 class ConvexMeshBoundingVolume;
12 class HeightMap;
13 class LineSegment;
15 class Plane;
16 class Sphere;
17 class TerrainMesh;
18 class Triangle;
19} // namespace primitives
20} // namespace engine
21} // namespace tdme
Axis aligned bounding box used for frustum, this is not directly connectable with physics engine.
Definition: BoundingBox.h:25
Capsule physics primitive.
Definition: Capsule.h:18
Convex mesh physics primitive.
Definition: ConvexMesh.h:33
Height map physics primitive.
Definition: HeightMap.h:18
Line segment helper functions.
Definition: LineSegment.h:17
Oriented bounding box physics primitive.
Plane entity, this is not directly connectable with physics engine.
Definition: Plane.h:16
Sphere physics primitive.
Definition: Sphere.h:18
Terrain mesh physics primitive.
Definition: TerrainMesh.h:28
Triangle entity, this is not directly connectable with physics engine.
Definition: Triangle.h:19
Definition: fwd-tdme.h:4