2-D triangulation with elevation

30 views
Skip to first unread message

Paul Williamson

unread,
Nov 14, 2012, 9:51:26 AM11/14/12
to cgal-bindi...@googlegroups.com
Using the bindings, is it possible to compute a triangulation of points with an elevation? I think it's possible in C++ using a traits class (Projection_traits_xy_3) but does anyone know if anything similar is available through Java at all?
Thanks,
Paul
--

Philipp Moeller

unread,
Nov 14, 2012, 9:55:29 AM11/14/12
to cgal-bindi...@googlegroups.com
Hi Paul,

Projection_traits_xy_3 is currently not a part of cgal-bindings. Adding
them doesn't look trivial on first glance, but it might be worth a
try. Projection_traits only adapt a fixed set of functors to the
projection and you would need to replace those.

HTH,
Philipp

Sebastien Loriot (GeometryFactory)

unread,
Nov 14, 2012, 10:06:57 AM11/14/12
to cgal-bindi...@googlegroups.com
It's not trivial because the point type is changing. Maybe you can
use the template parameter of the wrapper class.

You can also simply add a feature request here, with no
guarantee on when it will be available:
http://code.google.com/p/cgal-bindings/issues/list

Sebastien.
Reply all
Reply to author
Forward
0 new messages