Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Ray_2: What does supporting_line() do?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Ray_2: What does supporting_line() do?


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Ray_2: What does supporting_line() do?
  • Date: Thu, 1 Apr 2010 23:53:01 +0200
  • Organization: GeometryFactory

Le Jeudi 01 Avril 2010 23:49:13, James Le Cuirot a écrit :
> Hello,
>
> The Ray_2 class has a function called supporting_line(). It sounds
> useful but I'm not quite sure what it does. The docs say it returns the
> line supporting r which has the same direction. What is a supporting
> line exactly?

Given a (non-degenerated) ray, there is exactly one line that contains it.
That is the supporting line of the ray.

Another example: given a triangle in 3D there is exactly one plane that
contains it, that the supporting plane.

I think you get the point, now.

--
Laurent Rineau, PhD
Release Manager of the CGAL Project http://www.cgal.org/
R&D Engineer at GeometryFactory http://www.geometryfactory.com/



Archive powered by MHonArc 2.6.16.

Top of Page