geotools

Small geometry library


License
GPL-2.0
Install
pip install geotools==0.1.0

Documentation

Introduction

geotools is a small collection of geometrical classes and functions accessable from both Python and Cython.

  • Point, Vector & Planes
  • Bounding box
  • Transformations
  • A Camera class

A .pxd definition file is included so that it is possible to use directly from Cython code.

Most of the code have been adapted from the openNURBS library (public domain).

The license is GPL v2.

Building

  • Python 2.7/3.x or later and Cython 0.17 or later.

Documentation

See online Sphinx docs