> Hi,
> I'm looking for an computational geometry library in JAVA.
> I espacially need polygon operations.Something like CGAL library in C++.
Googling for "CGAL for Java" turns some interesting hits, including
http://cgal.inria.fr/description.html
- Oliver
Janek - 19 Dec 2006 21:22 GMT
Oliver Wong napisał(a):
> Googling for "CGAL for Java" turns some interesting hits, including
> http://cgal.inria.fr/description.html
Yes, but this is JNI based solution that I'm actually using now.
I'm intrested in 100% pure java library.
thx