Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Plane to_2d and to_3d possible error

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Plane to_2d and to_3d possible error


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Plane to_2d and to_3d possible error
  • Date: Fri, 21 Feb 2014 07:22:23 +0100
  • Organization: GeometryFactory

On 02/20/2014 11:52 PM, costantinos wrote:
Sorry, I forgot to paste that information, I am using:

typedef CGAL::Exact_predicates_inexact_constructions_kernel Kernel;
typedef Kernel::Point_2 Point_2;
typedef Kernel::Point_3 Point_3;
typedef Kernel::Plane_3 Plane_3;


Try with Exact_predicates_exact_constructions_kernel and read this:
http://www.cgal.org/FAQ.html#inexact_NT

Sebastien



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Plane-to-2d-and-to-3d-possible-error-tp4658829p4658831.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page