/*
5 * Authors: see git history
7 * Copyright (C) 2018 Authors
8 * Released under GNU GPL v2+, read the file
'COPYING' for more information.
10#ifndef INKSCAPE_LIVAROT_SWEEP_EVENT_H
11#define INKSCAPE_LIVAROT_SWEEP_EVENT_H
48 double itl,
double itr);
Cartesian point / 2D vector and related operations.
Two-dimensional point that doubles as a vector.
An intersection event structure to record any intersections that are detected (predicted) during the ...
void MakeNew(SweepTree *iLeft, SweepTree *iRight, Geom::Point const &iPt, double itl, double itr)
Initialize the sweep event.
void MakeDelete()
Void a SweepEvent structure.
One node in the AVL tree of edges.