Blender Git Commit Log
Git Commits -> Revision 5dbe17c
Revision 5dbe17c by Campbell Barton (master) September 10, 2013, 07:52 (GMT) |
add 2d convex hull utility function, BLI_convexhull_2d(), and python api mathutils.geometry.convex_hull_2d() uses Andrew's monotone chain 2D convex hull algorithm. |
Commit Details:
Full Hash: 5dbe17cc125bf7d9e96b45c02bdfbd00b6103bdf
SVN Revision: 59990
Parent Commit: 46db99e
Lines Changed: +320, -0
2 Added Paths:
/source/blender/blenlib/BLI_convexhull2d.h (+31, -0) (View)
/source/blender/blenlib/intern/convexhull2d.c (+221, -0) (View)
/source/blender/blenlib/intern/convexhull2d.c (+221, -0) (View)