Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
▼NPathfinder | |
CAABB | This struct models an AABB |
CGraphEdge | This struct declares all infromation that shall be stored for each edge of a graph |
CGraphVertex | This struct declares all infroamtion that shall be stored for each vertex of a graph |
CLine2 | This struct represents a vertical 2D line or a line of the form y = mx + b |
CLine3 | This struct represents a 3D line of the form u = v + rw |
CLine3Norm | This struct represents a line of the form u = v + rw where w is normalized to length 1 |
CLine3Unnorm | This struct represents a line of the form u = v + rw where ||w|| = 1 does not neccessarily hold |
CMeshAccessor | This class is used to simplify the accessing of meshes, their vertices and polygons |
COctree | This struct implements the octree data structure |
CPlane | This struct models a plane of the form ax + by + cz + d = 0 |
CPolygon | A struct that represents a single polygon |