Pathfinder
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CPathfinder::AABBThis struct models an AABB
 CPathfinder::GraphEdgeThis struct declares all infromation that shall be stored for each edge of a graph
 CPathfinder::GraphVertexThis struct declares all infroamtion that shall be stored for each vertex of a graph
 CPathfinder::Line2This struct represents a vertical 2D line or a line of the form y = mx + b
 CPathfinder::Line3This struct represents a 3D line of the form u = v + rw
 CPathfinder::Line3NormThis struct represents a line of the form u = v + rw where w is normalized to length 1
 CPathfinder::Line3UnnormThis struct represents a line of the form u = v + rw where ||w|| = 1 does not neccessarily hold
 CPathfinder::MeshAccessorThis class is used to simplify the accessing of meshes, their vertices and polygons
 CPathfinder::OctreeThis struct implements the octree data structure
 CPathfinder::PlaneThis struct models a plane of the form ax + by + cz + d = 0
 CPathfinder::PolygonA struct that represents a single polygon