Skip to content

Latest commit

 

History

History

quad-edge

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

quad-edge

npm version npm downloads Twitter Follow

This project is part of the @thi.ng/umbrella monorepo.

About

Quadedge data structure after Guibas & Stolfi.

See the related @thi.ng/geom-voronoi package for concrete usage. This package merely provides the underlying graph data structure.

Reference:

Status

STABLE - used in production

Related packages

Installation

yarn add @thi.ng/quad-edge
// ES module
<script type="module" src="https://unpkg.com/@thi.ng/quad-edge?module" crossorigin></script>

// UMD
<script src="https://unpkg.com/@thi.ng/quad-edge/lib/index.umd.js" crossorigin></script>

Package sizes (gzipped, pre-treeshake): ESM: 495 bytes / CJS: 553 bytes / UMD: 641 bytes

Dependencies

API

Generated API docs

TODO

Authors

Karsten Schmidt

License

© 2015 - 2020 Karsten Schmidt // Apache Software License 2.0