Skip to Content.
Sympa Menu

cgal-discuss - Triangulation: Strange Edges

Subject: CGAL users discussion list

List archive

Triangulation: Strange Edges


Chronological Thread 
  • From: "Thomas Zangl - Home" <>
  • To: <>
  • Subject: Triangulation: Strange Edges
  • Date: Wed, 20 Jun 2007 15:41:28 +0200


Hi!

Another triangulation problem :-) I have this points, forming a shape:

50 10.2013
45.2806 6.60342e-07
49.4532 -1.88372e-06
47.419 -7.77607e-07
51.4652 2.69164e-06
53.5365 -1.68059e-06
55.2482 -0.0703464

I insert() this points into a RegularTriangulation (with weight 1). I
call Triangulation.is_valid();. Then I iterate over all edges and get
their dual edge (Segment or Ray). E.g. the edge: 47.419 -7.77607e-07
55.2482 -0.0703464 has its dual edge: 48.4359 -322.535 46.3494 -554.754

Can this be correct? The y-coordinate is a way toooo low?

Best regards,
--
----------------------------------------------------------------
,yours Thomas Zangl, Bakk.rer.soc.oec. -

-
- Freelancer - IT Consulting & Software Development -
- Student of Software Development-Economy (Master) -



Archive powered by MHonArc 2.6.16.

Top of Page