Subject: CGAL users discussion list
List archive
- From: Marc Glisse <>
- To:
- Subject: Re: [cgal-discuss] 4d approximate minimum ellipsoid problem
- Date: Wed, 5 Nov 2014 18:08:00 +0100 (CET)
On Wed, 5 Nov 2014, Karen Daniels wrote:
I am trying to use the class Approximate_min_ellipsoid_d for a 4-dimensional ellipsoid.
I am using the sample code that accompanies the class documentation.
Which one, how did you modify it, and how did you compile it?
I'm getting an error from the pointcd constructor saying w == 0.
That usually comes from trying to construct a point:
Point_d p(1,1,1,0);
This does not construct a 4D point of coordinates 1, 1, 1 and 0 but a 3D point with infinite coordinates. You need to use iterators to construct a point of dimension >=4.
--
Marc Glisse
- [cgal-discuss] 4d approximate minimum ellipsoid problem, Karen Daniels, 11/05/2014
- Re: [cgal-discuss] 4d approximate minimum ellipsoid problem, Marc Glisse, 11/05/2014
Archive powered by MHonArc 2.6.18.