Pathfinder
|
This file declares the struct Line2 that represents a two-dimensional line. More...
Go to the source code of this file.
Classes | |
struct | Pathfinder::Line2 |
This struct represents a vertical 2D line or a line of the form y = mx + b. More... | |
Namespaces | |
Pathfinder | |
Functions | |
boost::optional< float > | Pathfinder::line2Intersection (const Line2 &a, const Line2 &b) |
Compute the x value of the intersection of two lines. More... | |
This file declares the struct Line2 that represents a two-dimensional line.