Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Triange/Triangle Intersection

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Triange/Triangle Intersection


Chronological Thread 
  • From: Bernhard Kornberger <>
  • To:
  • Subject: Re: [cgal-discuss] Triange/Triangle Intersection
  • Date: Thu, 12 May 2011 21:16:33 +0200

Am 2011-05-12 21:10, schrieb Sebastien Loriot (GeometryFactory):
Can you provide a minimal example showing the problem?
(in particular I suspect that typedef are not what you expect)

S.

As in the first minimal example:

#include <stdio.h>
#include <iostream>
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
typedef CGAL::Exact_predicates_exact_constructions_kernel K;
typedef K::Triangle_3 Triangle_3;
typedef K::Point_3 Point_3;
typedef K::Segment_3 Segment_3;
using namespace std;

I can't give you a minimal example where the problem occurs
because I do not have the highly accurate coordinates there.

Best
Bernhard







--
Geom e.U. Softwareentwicklung Web: http://geom.at
DI Dr. Bernhard Kornberger Email:

Brockmanngasse 15 Firmenbuch-Nummer: 348784v
A-8010 Graz / Austria Landesgericht f. ZRS, Graz
Tel: ++43 / 699 / 81 300 122 UID: ATU65810848
Fax: ++43 / 316 / 83 32 27




Archive powered by MHonArc 2.6.16.

Top of Page