56 return index != 0 && index !=
SIZE_MAX;
84static inline int dfp_cmp(
double f1,
double f2) {
98 return v0.
y > v1.
y +
C_EPS ? true
99 : (v0.
y < v1.
y -
C_EPS ? false : v0.
x > v1.
x);
size_t sink
pointer to corresponding in Q
size_t usave
I forgot what this means.
int uside
I forgot what this means.
static bool is_valid_trap(size_t index)
traps_t construct_trapezoids(int, segment_t *, int *)
static bool equal_to(pointf v0, pointf v1)
static bool greater_than(pointf v0, pointf v1)
static int dfp_cmp(double f1, double f2)
double floating point three-way comparison
static bool fp_equal(double s, double t)