Interesting stuff! You might also wanna check out the JDT project @ googelcode. We're using jdt stuff in jzy3d (an opengl plotting package for java also found on googlecode ) quite happily since a few days. To my knowledge there's also a Objective-C implementation available. Let me know what you think!
Well done.
LAnonHubbard 5 days ago
nice work! what algorithm did you use? incremental ?
bandulu4real 2 years ago
I slightly adapted the C implementation of the worst-case optimal divide-and-conquer Delaunay
triangulation from Geoff Leach, Department of Computer Science, RMIT. I didn't focus on the algorithm and tried to get it to work asap.
The algorithm is O(nlogn) time and O(n) space though.
raffscosmos 2 years ago
Interesting stuff! You might also wanna check out the JDT project @ googelcode. We're using jdt stuff in jzy3d (an opengl plotting package for java also found on googlecode ) quite happily since a few days. To my knowledge there's also a Objective-C implementation available. Let me know what you think!
bandulu4real 2 years ago
Very nice application !!
I'm building one of my own too :)
BlasconeIt 2 years ago
Thanks. Also for the iPhone platform? In spare time or for studies?
raffscosmos 2 years ago