Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Planes and Points

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Planes and Points


Chronological Thread 
  • From: ochyomdu <>
  • To:
  • Subject: [cgal-discuss] Re: Planes and Points
  • Date: Thu, 19 Apr 2012 05:16:52 -0700 (PDT)

Hello Dimitris!

You should carefully read the documentation!
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Kernel_23_ref/Class_Plane_3.html

You can youse function oriented_side:

Plane_3 plane;
Point_3 point1, point2;

if( plane.oriented_side( point1) == plane.oriented_side( point2))
{
...
}

Much success!



sgdimitris wrote
>
> Hello to all users,
> if I have a plane and two points, how can I determine if the points are in
> the same half space of the plane?
> best regards,
> Dimitris
>


--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Planes-and-Points-tp4570566p4570714.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page