Pathfinder
|
This file declares all functionality related to merging graphs. More...
Go to the source code of this file.
Namespaces | |
Pathfinder | |
Functions | |
std::vector< std::pair< Vertex, Graph * > > | Pathfinder::determineMergePoints (const Geometry::Vec3 &p, Graph *graphA, Graph *graphB, const Octree *octree, AABB &aabb) |
Get the points to which a intersection point shall be connected. More... | |
Graph * | Pathfinder::merge (const std::vector< Graph * > &group, Octree *octree) |
Create one big graph out of the given group. More... | |
This file declares all functionality related to merging graphs.