Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-09-10 11:52:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-09-10 11:52:10 +0400
commit5dbe17cc125bf7d9e96b45c02bdfbd00b6103bdf (patch)
tree869a2065615d4a5eee145704abb1a28411fd87af /source/blender/blenlib/CMakeLists.txt
parent46db99e7fdec050ffeef49faa05e6d34103217c4 (diff)
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.
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 82f07268521..31125fd3153 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -54,6 +54,7 @@ set(SRC
intern/boxpack2d.c
intern/buffer.c
intern/callbacks.c
+ intern/convexhull2d.c
intern/cpu.c
intern/dynlib.c
intern/edgehash.c
@@ -109,6 +110,7 @@ set(SRC
BLI_buffer.h
BLI_callbacks.h
BLI_compiler_attrs.h
+ BLI_convexhull2d.h
BLI_cpu.h
BLI_dlrbTree.h
BLI_dynlib.h