Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 471 Bytes

README.rst

File metadata and controls

17 lines (12 loc) · 471 Bytes

Polyhedron

This repository contains a pure Python implementation of a robust algorithm for point-in-polyhedron testing.

See the docstring of the polyhedron module for details.

License

The polyhedron code is Copyright (c) 2019, Mark Dickinson. The code is released under the BSD 3-Clause License. See the LICENSE file for details.