Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Triangle_3_Segment_3_intersection question

Subject: CGAL users discussion list

List archive

[cgal-discuss] Triangle_3_Segment_3_intersection question


Chronological Thread 
  • From: Matthew Denno <>
  • To:
  • Subject: [cgal-discuss] Triangle_3_Segment_3_intersection question
  • Date: Mon, 10 Aug 2009 22:17:38 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=l8ViONyDuMfGvmf6CvAg9SCXNeyHiTkqEK7N36XduKhiAQtvp9vGhrSn1B/Lv7Kv9w DXYMmp00qrfy1BrtBfsD8oHWztK2JD43RajT1bQ8T5BVVXsvBKcfRe8dSoczT3gOUFZH bbINeNN1rf5//zXZp21ctUp9qIGFGzO5v2MDc=

Hello,

I have a question regarding the Triangle_3_Segment_3_intersection function that is in CGAL3.5b1.  Should it ever return a degenerate Segment_3?  Seems like it should return a Point_3 instead.  Not sure if this is a bug, is the intended behavior, or I am doing something wrong. 

The situation that is giving me the degenerate segment is the intersection of a coplaner triangle and segment where the end of the segment is touching the edge of the triangle.

I can send a simple example if anyone is interested.

Thanks,

Matt



Archive powered by MHonArc 2.6.16.

Top of Page