CGAL / cgal-swig-bindings

CGAL bindings using SWIG
Other
346 stars 93 forks source link

Support for CGAL::orientation() #128

Closed rteshnizi closed 5 years ago

rteshnizi commented 5 years ago

There are several functions in the CGAL Kernel that are very handy for quick checks:

From all these I think orientation() is the most versatile as it can serve the purpose for the other three. Is it possible to add support for that function?

sloriot commented 5 years ago

Fixed by c8c7a53

rteshnizi commented 5 years ago

Thanks for adding this. Please don't forget to update your wiki page