Authors: Nathan Hurst <njh@mail.csse.monash.edu.au>
Copyright (C) 1999-2002 authors
Released under GNU GPL, read the file 'COPYING' for more information
Definition in file geom.h.
#include "libnr/nr-forward.h"
Go to the source code of this file.
Enumerations | |
enum | IntersectorKind { INTERSECTS = 0, PARALLEL, COINCIDENT, NO_INTERSECTION } |
Functions | |
IntersectorKind | intersector_line_intersection (NR::Point const &n0, double const d0, NR::Point const &n1, double const d1, NR::Point &result) |