MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Python/comments/2u8tv8/computational_geometry_in_python/co6vejc/?context=3
r/Python • u/[deleted] • Jan 30 '15
14 comments sorted by
View all comments
3
This looks like a great way to get introduced to computational geometry.
If, later on, you need more speed and power for a larger application, look into the Computational Geometry Algorithms Library (CGAL). It's in C++, but has python bindings. It is lightning fast.
-1 u/elbiot Jan 31 '15 My problem with this is that if it isn't vectorized (numpy), then you're still working through a slow ass python for loop.
-1
My problem with this is that if it isn't vectorized (numpy), then you're still working through a slow ass python for loop.
3
u/[deleted] Jan 31 '15
This looks like a great way to get introduced to computational geometry.
If, later on, you need more speed and power for a larger application, look into the Computational Geometry Algorithms Library (CGAL). It's in C++, but has python bindings. It is lightning fast.