Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 633 Bytes

README.rst

File metadata and controls

12 lines (9 loc) · 633 Bytes
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 ;-)