You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cgal-bindi...@googlegroups.com
Hello,
This question may have been already answered but are there any plans to integrate a python binding for Projection_traits_xy_3into CGAL_Triangulation_2?
Thanks
Sebastien Loriot (GeometryFactory)
unread,
Sep 4, 2013, 1:46:57 AM9/4/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cgal-bindi...@googlegroups.com
Hello,
I just pushed the branch Triangulation_2-add_projection_traits that is
introducing Delaunay_triangulation_xy_2.
I commented a few function that need some works but it should work.
Could you give it a try and let me know?
Sebastien.
On 08/30/2013 05:38 PM, Willie Maddox wrote:
> Hello,
>
> This question may have been already answered but are there any plans to
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cgal-bindi...@googlegroups.com
Sebastien,
I pulled the latest bindings, but the only updated file was cgal-bindings/examples/test_surface_mesher.java.
I went ahead and ran build then make, but the Triangulation_2 module didn't update.
Am I missing something?
Thanks,
-Will
Willie Maddox
unread,
Sep 4, 2013, 7:26:49 PM9/4/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cgal-bindi...@googlegroups.com
Ok, I figured out how to checkout the trunk.
I did get errors for Alpha_shapes when running make. However, the xy projections seem to be working well in python. I've not tested them for the java bindings.