Home
last modified time | relevance | path

Searched refs:has_on_unbounded_side (Results 1 – 25 of 39) sorted by relevance

12

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dapply_to_range.h89 t.triangle(l1).has_on_unbounded_side(POINT(xr_right, yr_top))); in apply_to_range()
101 t.triangle(l2).has_on_unbounded_side(POINT(xr_right, yr_bottom))); in apply_to_range()
113 t.triangle(l3).has_on_unbounded_side(POINT(xr_left, yr_bottom))); in apply_to_range()
125 t.triangle(l4).has_on_unbounded_side(POINT(xr_left, yr_top))); in apply_to_range()
H A DMin_circle_2.h230 has_on_unbounded_side( const Point& p) const in has_on_unbounded_side() function
232 return( tco.circle.has_on_unbounded_side( p)); in has_on_unbounded_side()
276 if ( has_on_unbounded_side( p)) { in mc()
408 if ( has_on_unbounded_side( p)) { in insert()
461 if ( has_on_unbounded_side( *point_iter))
H A DMin_ellipse_2.h242 has_on_unbounded_side( const Point& p) const in has_on_unbounded_side() function
244 return( tco.ellipse.has_on_unbounded_side( p)); in has_on_unbounded_side()
302 if ( has_on_unbounded_side( p)) { in me()
490 if ( has_on_unbounded_side( p)) { in insert()
542 if ( has_on_unbounded_side( *point_iter))
H A DCircle_2.h136 has_on_unbounded_side(const Point_2 &p) const in has_on_unbounded_side() function
145 return has_on_unbounded_side(p); in has_on_negative_side()
154 return has_on_unbounded_side(p); in has_on_positive_side()
H A DSphere_3.h150 has_on_unbounded_side(const Point_3_ &p) const in has_on_unbounded_side() function
159 return has_on_unbounded_side(p); in has_on_negative_side()
168 return has_on_unbounded_side(p); in has_on_positive_side()
H A DMin_sphere_d.h248 bool has_on_unbounded_side (const Point& p) const in has_on_unbounded_side() function
310 if (has_on_unbounded_side (p)) { in insert()
351 if (has_on_unbounded_side (*i))
H A DTetrahedron_3.h126 bool has_on_unbounded_side(const Point_3 &p) const in has_on_unbounded_side() function
H A DTriangle_2.h122 has_on_unbounded_side(const Point_2 &p) const in has_on_unbounded_side() function
H A DIso_rectangle_2.h187 has_on_unbounded_side(const Point_2 &p) const in has_on_unbounded_side() function
H A DIso_cuboid_3.h180 has_on_unbounded_side(const Point_3 &p) const in has_on_unbounded_side() function
H A DConvex_hull_d_traits_3.h148 return !t.has_on_unbounded_side(p); in operator()
H A DMin_annulus_d.h451 has_on_unbounded_side( const Point& p) const in has_on_unbounded_side() function
723 if ( has_on_unbounded_side( *point_it)) in is_valid()
/dports/math/cgal/CGAL-5.3/include/CGAL/Homogeneous/
H A DCircleH2.h99 bool has_on_unbounded_side(const Point_2&) const;
161 { return (has_on_unbounded_side(p) ); } in has_on_positive_side()
185 return (has_on_unbounded_side(p) ); in has_on_negative_side()
216 CircleH2<R>::has_on_unbounded_side(const typename CircleH2<R>::Point_2&p) const in has_on_unbounded_side() function
H A DIso_cuboidH3.h81 bool has_on_unbounded_side(const Point_3& p) const;
362 has_on_unbounded_side(const typename Iso_cuboidH3<R>::Point_3& p) const in has_on_unbounded_side() function
H A DSphereH3.h99 has_on_unbounded_side(const Point_3& p) const in has_on_unbounded_side() function
/dports/math/cgal/CGAL-5.3/include/CGAL/Intersections_3/
H A DPoint_3_Tetrahedron_3.h33 return ! tetrahedron.has_on_unbounded_side(pt); in do_intersect()
44 return ! tetrahedron.has_on_unbounded_side(pt); in do_intersect()
H A DIso_cuboid_3_Point_3.h31 return !iso.has_on_unbounded_side(pt); in do_intersect()
41 return !iso.has_on_unbounded_side(pt); in do_intersect()
/dports/math/cgal/CGAL-5.3/include/CGAL/Intersections_2/
H A DIso_rectangle_2_Point_2.h38 return !iso.has_on_unbounded_side(pt); in do_intersect()
48 return !iso.has_on_unbounded_side(pt); in do_intersect()
H A DPoint_2_Triangle_2.h80 if (_trian->has_on_unbounded_side(*_pt)) { in intersection_type()
/dports/math/cgal/CGAL-5.3/include/CGAL/Cartesian/
H A DSphere_3.h137 typename R::Boolean has_on_unbounded_side(const Point_3_ &p) const;
222 return has_on_unbounded_side(p); in has_on_negative_side()
236 return has_on_unbounded_side(p); in has_on_positive_side()
257 has_on_unbounded_side(const typename SphereC3<R>::Point_3_ &p) const in has_on_unbounded_side() function
H A DTetrahedron_3.h64 typename R::Boolean has_on_unbounded_side(const Point_3 &p) const;
200 TetrahedronC3<R>::has_on_unbounded_side in has_on_unbounded_side() function
H A DCircle_3.h208 bool has_on_unbounded_side(const Point_3 &p) const;
242 has_on_unbounded_side(const typename CircleC3<R>::Point_3 &p) const in has_on_unbounded_side() function
H A DIso_cuboid_3.h124 typename R::Boolean has_on_unbounded_side(const Point_3& p) const;
312 has_on_unbounded_side(const typename Iso_cuboidC3<R>::Point_3& p) in has_on_unbounded_side() function
/dports/math/cgal/CGAL-5.3/include/CGAL/Min_circle_2/
H A DOptimisation_circle_2.h189 has_on_unbounded_side( const Point& p) const in has_on_unbounded_side() function
/dports/math/cgal/CGAL-5.3/demo/Largest_empty_rect_2/
H A DLargest_empty_rectangle_2.cpp207 if(! square.has_on_unbounded_side(p)){ in processInput()

12