Ipelib
|
Geometric primitives for Ipe. More...
Geometric primitives for Ipe.
The IpeGeo module provides a few classes for constant-size geometric primitives, such as vector, axis-aligned rectangles, lines, rays, line segments, etc.
T ipe::max | ( | const T & | lhs, |
const T & | rhs | ||
) | [inline] |
Maximum of two values.
T ipe::min | ( | const T & | lhs, |
const T & | rhs | ||
) | [inline] |
Minimum of two values.
double ipe::abs | ( | double | val | ) | [inline] |
Absolute value.