Functions | |
template<class GlobalPosition > | |
bool | pointInLens (const GlobalPosition &globalPos, const GlobalPosition &lensLowerLeft, const GlobalPosition &lensUpperRight) |
Returns if a point is in a lens with a given bounding box. More... | |
bool Dumux::LensSpatialParams::pointInLens | ( | const GlobalPosition & | globalPos, |
const GlobalPosition & | lensLowerLeft, | ||
const GlobalPosition & | lensUpperRight | ||
) |
Returns if a point is in a lens with a given bounding box.
globalPos | The position of the point |
lensLowerLeft | The lower left corner of the lens |
lensUpperRight | The upper right corner of the lens |