twak / campskeleton

weighted straight skeleton java implementation
Apache License 2.0
68 stars 28 forks source link

is it possible to use it for curved objects? #6

Closed keycccc closed 6 years ago

keycccc commented 6 years ago

hi twak,

get results like the ones here: https://doc.cgal.org/latest/Surface_mesh_skeletonization/index.html

is it possible to represent a curved line of ae shape with vertices close to each other?

thanks!

twak commented 6 years ago

Campskeleton is a 2D straight skeleton implementation, unfortunately this means that it will never i) output curves, or ii) work in 3D. Sorry, I don't know a java library which can do this (apart from the CGAL wrappers).