LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Go to the source code of this file.
Namespaces | |
geo | |
Namespace collecting geometry-related classes utilities. | |
Functions | |
bool | geo::IntersectLines (double A_start_x, double A_start_y, double A_end_x, double A_end_y, double B_start_x, double B_start_y, double B_end_x, double B_end_y, double &x, double &y) |
Computes the intersection between two lines on a plane. More... | |
bool | geo::IntersectSegments (double A_start_x, double A_start_y, double A_end_x, double A_end_y, double B_start_x, double B_start_y, double B_end_x, double B_end_y, double &x, double &y) |
Computes the intersection between two segments on a plane. More... | |