|
Recti 1.2.4
|
Interval (range) template class with arithmetic and set operations. More...


Go to the source code of this file.
Classes | |
| class | recti::Interval< T > |
| Interval. More... | |
Namespaces | |
| namespace | recti |
Functions | |
| template<typename U1 , typename U2 > | |
| constexpr auto | recti::hull (const U1 &left, const U2 &right) |
| Computes the hull of two objects. | |
| template<typename U1 , typename U2 > | |
| constexpr auto | recti::enlarge (const U1 &left, const U2 &right) |
| Enlarges an interval or scalar value by adding and subtracting a given value. | |
Interval (range) template class with arithmetic and set operations.