convex-polygons topic

List convex-polygons repositories

collision2d

70
Stars
13
Forks
Watchers

A simple Go library for performing 2D collision detection based on sat-js

Convex-Hull

19
Stars
4
Forks
Watchers

C++ code for computing the convex hull of a polygon

iShapeTriangulation

29
Stars
5
Forks
Watchers

Complex polygon triangulation. A fast O(n*log(n)) algorithm based on "Triangulation of monotone polygons". The result can be represented as a Delaunay triangulation.