Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Proper way to convert between Plane_3<Kernel>

Subject: CGAL users discussion list

List archive

[cgal-discuss] Proper way to convert between Plane_3<Kernel>


Chronological Thread 
  • From: Frankie Li <>
  • To:
  • Subject: [cgal-discuss] Proper way to convert between Plane_3<Kernel>
  • Date: Thu, 20 Jan 2011 23:15:23 -0500

Hi All,

I'm trying to convert from CGAL::Plane_3 with two different kernels. Specifically, I'd like to convert from:

Plane_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >

to

CGAL::Plane_3<CGAL::Simple_cartesian<double> >

But I can't quite figure out how to do that from the manual or the code other than manually selecting points from the the first plane and construct a plane of the second kernel with these points... Is there a better way of doing this?


Any advice would be welcomed...

Thanks,

Frankie



Archive powered by MHonArc 2.6.16.

Top of Page