![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "larcorealg/CoreUtils/NumericUtils.h"#include "larcorealg/CoreUtils/RealComparisons.h"#include <cmath>Go to the source code of this file.
Namespaces | |
| lar::util | |
| LArSoft utility namespace. | |
Functions | |
| bool | lar::util::PointWithinSegments (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) |
| Returns whether x and y are within both specified ranges (A and B). More... | |
| bool | lar::util::ValueInRange (double value, double min, double max) |
| Returns whether a value is within the specified range. More... | |