A simple engine that implements mathematical shapes of small dimensionality


License
Other
Install
pip install smallshapes==0.6.2

Documentation

https://travis-ci.org/fabiommendes/smallshapes.svg?branch=master https://coveralls.io/repos/github/fabiommendes/smallshapes/badge.svg?branch=master

smallshapes implements simple mathematical shapes and geometrical operations in 2D, 3D and low dimensions. This library was created as in order to provide collision primitives to a game engine but may be useful in other contexts.

  • Implements AABB's, Circle and Convex Polygons.
  • More stuff in the future ;-)