Pathfinder
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NPathfinder
 CAABBThis struct models an AABB
 CGraphEdgeThis struct declares all infromation that shall be stored for each edge of a graph
 CGraphVertexThis struct declares all infroamtion that shall be stored for each vertex of a graph
 CLine2This struct represents a vertical 2D line or a line of the form y = mx + b
 CLine3This struct represents a 3D line of the form u = v + rw
 CLine3NormThis struct represents a line of the form u = v + rw where w is normalized to length 1
 CLine3UnnormThis struct represents a line of the form u = v + rw where ||w|| = 1 does not neccessarily hold
 CMeshAccessorThis class is used to simplify the accessing of meshes, their vertices and polygons
 COctreeThis struct implements the octree data structure
 CPlaneThis struct models a plane of the form ax + by + cz + d = 0
 CPolygonA struct that represents a single polygon