Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 641 Bytes

README.rst

File metadata and controls

31 lines (20 loc) · 641 Bytes

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