/dcel

Python implementation of a doubly connected edge list

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

dcel

dcel is a Python implementation of a doubly-connected edge list, a data structure that represents a planar graph in the plane, providing a simple way of extracting topological information such as vertices, edges and faces.