Home
last modified time | relevance | path

Searched refs:bounded_side (Results 1 – 25 of 46) sorted by relevance

12

/dports/math/cgal/CGAL-5.3/include/CGAL/Homogeneous/
H A DSphereH3.h92 bounded_side(const Point_3& p) const;
96 { return bounded_side(p)==ON_BOUNDED_SIDE; } in has_on_bounded_side()
100 { return bounded_side(p)==ON_UNBOUNDED_SIDE; } in has_on_unbounded_side()
201 { return Oriented_side(bounded_side(p) * orientation()); } in oriented_side()
206 SphereH3<R>::bounded_side(const typename SphereH3<R>::Point_3& p) const in bounded_side() function
H A DIso_rectangleH2.h55 Bounded_side bounded_side(const Point_2& p) const;
76 bounded_side(const typename Iso_rectangleH2<R>::Point_2& p) const in bounded_side() function
H A DIso_cuboidH3.h77 bounded_side(const Point_3& p) const;
318 bounded_side(const typename Iso_cuboidH3<R>::Point_3& p) const in bounded_side() function
343 { return ( bounded_side(p) == ON_BOUNDARY ); } in has_on_boundary()
349 { return ( bounded_side(p) == ON_BOUNDARY ); } in has_on()
356 { return ( bounded_side(p) == ON_BOUNDED_SIDE ); } in has_on_bounded_side()
H A DCircleH2.h91 bounded_side(const Point_2& ) const;
192 CircleH2<R>::bounded_side(const typename CircleH2<R>::Point_2& p) const in bounded_side() function
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DTriangle_2.h80 bounded_side(const Point_2 &p) const in bounded_side() function
118 return bounded_side(p) == ON_BOUNDED_SIDE; in has_on_bounded_side()
124 return bounded_side(p) == ON_UNBOUNDED_SIDE; in has_on_unbounded_side()
130 return bounded_side(p) == ON_BOUNDARY; in has_on_boundary()
H A DCircle_2.h112 bounded_side(const Point_2 &p) const in bounded_side() function
126 return bounded_side(p) == ON_BOUNDARY; in has_on_boundary()
132 return bounded_side(p) == ON_BOUNDED_SIDE; in has_on_bounded_side()
138 return bounded_side(p) == ON_UNBOUNDED_SIDE; in has_on_unbounded_side()
H A DPolygon_2.h347 Bounded_side bounded_side(const Point_2& value) const in bounded_side() function
428 { return bounded_side(q) == ON_BOUNDARY; } in has_on_boundary()
431 { return bounded_side(q) == ON_BOUNDED_SIDE; } in has_on_bounded_side()
434 { return bounded_side(q) == ON_UNBOUNDED_SIDE; } in has_on_unbounded_side()
H A DSphere_3.h113 bounded_side(const Point_3_ &p) const in bounded_side() function
146 return bounded_side(p) == ON_BOUNDED_SIDE; in has_on_bounded_side()
152 return bounded_side(p) == ON_UNBOUNDED_SIDE; in has_on_unbounded_side()
H A DMin_circle_2.h209 bounded_side( const Point& p) const in bounded_side() function
211 return( tco.circle.bounded_side( p)); in bounded_side()
H A DMin_ellipse_2.h221 bounded_side( const Point& p) const in bounded_side() function
223 return( tco.ellipse.bounded_side( p)); in bounded_side()
H A Darrange_offset_polygons_2.h95 if ( lOuter->outer_boundary().bounded_side(*v) == ON_BOUNDED_SIDE ) in arrange_offset_polygons_2()
H A DTetrahedron_3.h96 Bounded_side bounded_side(const Point_3 &p) const in bounded_side() function
/dports/math/cgal/CGAL-5.3/include/CGAL/Cartesian/
H A DTetrahedron_3.h58 typename R::Bounded_side bounded_side(const Point_3 &p) const;
146 return enum_cast<Oriented_side>(bounded_side(p)) * o; in oriented_side()
155 bounded_side(const typename TetrahedronC3<R>::Point_3 &p) const in bounded_side() function
194 return bounded_side(p) == ON_BOUNDED_SIDE; in has_on_bounded_side()
203 return bounded_side(p) == ON_UNBOUNDED_SIDE; in has_on_unbounded_side()
H A DIso_cuboid_3.h120 Bounded_side bounded_side(const Point_3& p) const;
272 bounded_side(const typename Iso_cuboidC3<R>::Point_3& p) const in bounded_side() function
287 return bounded_side(p) == ON_BOUNDARY; in has_on_boundary()
296 return bounded_side(p) == ON_BOUNDARY; in has_on()
305 return bounded_side(p) == ON_BOUNDED_SIDE; in has_on_bounded_side()
315 return bounded_side(p) == ON_UNBOUNDED_SIDE; in has_on_unbounded_side()
H A DSphere_3.h133 typename R_::Bounded_side bounded_side(const Point_3_ &p) const;
166 return enum_cast<Oriented_side>(bounded_side(p)) * orientation(); in oriented_side()
173 bounded_side(const typename SphereC3<R>::Point_3_ &p) const in bounded_side() function
H A DCircle_3.h209 Bounded_side bounded_side(const Point_3 &p) const;
252 bounded_side(const typename CircleC3<R>::Point_3 &p) const in bounded_side() function
255 return diametral_sphere().bounded_side(p); in bounded_side()
/dports/math/cgal/CGAL-5.3/include/CGAL/Min_ellipse_2/
H A DOptimisation_ellipse_2.h317 bounded_side( const Point& p) const in bounded_side() function
356 return( bounded_side( p) == CGAL::ON_BOUNDED_SIDE); in has_on_bounded_side()
363 return( bounded_side( p) == CGAL::ON_BOUNDARY); in has_on_boundary()
370 return( bounded_side( p) == CGAL::ON_UNBOUNDED_SIDE); in has_on_unbounded_side()
H A DMin_ellipse_2_adapterC2.h209 bounded_side( const Point& p) const in bounded_side() function
247 return( bounded_side( p) == CGAL::ON_BOUNDED_SIDE); in has_on_bounded_side()
253 return( bounded_side( p) == CGAL::ON_BOUNDARY); in has_on_boundary()
259 return( bounded_side( p) == CGAL::ON_UNBOUNDED_SIDE); in has_on_unbounded_side()
H A DMin_ellipse_2_adapterH2.h217 bounded_side( const Point& p) const in bounded_side() function
255 return( bounded_side( p) == CGAL::ON_BOUNDED_SIDE); in has_on_bounded_side()
261 return( bounded_side( p) == CGAL::ON_BOUNDARY); in has_on_boundary()
267 return( bounded_side( p) == CGAL::ON_UNBOUNDED_SIDE); in has_on_unbounded_side()
/dports/math/cgal/CGAL-5.3/include/CGAL/Circular_kernel_3/
H A Dinternal_functions_on_circle_3.h77 typename SK::Bounded_side_3 bounded_side=SK().bounded_side_3_object(); in classify_circle_3() local
80 CGAL::Bounded_side side_of_north=bounded_side(supp_sphere,north_pole); in classify_circle_3()
81 CGAL::Bounded_side side_of_south=bounded_side(supp_sphere,south_pole); in classify_circle_3()
/dports/math/cgal/CGAL-5.3/include/CGAL/Kernel_d/
H A DIso_box_d.h328 Bounded_side bounded_side(const Point_d& p) const
352 return (bounded_side(p)==ON_BOUNDED_SIDE);
357 return (bounded_side(p)==ON_UNBOUNDED_SIDE);
362 return (bounded_side(p)==ON_BOUNDARY);
/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/src/algorithm/
H A Dintersects.cpp88 int b1 = poly->outer_boundary().bounded_side( *pt ); in _intersects()
98 int b = it->bounded_side( *pt ); in _intersects()
205 CGAL::Bounded_side b2 = it->bounded_side( pt ); in _intersects()
223 CGAL::Bounded_side b2 = it->bounded_side( pt ); in _intersects()
/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_mesher/
H A DPolyhedral_oracle.h227 typename Geom_traits::Bounded_side_3 bounded_side = in is_in_volume() local
234 if( bounded_side(cuboid, in is_in_volume()
/dports/math/cgal/CGAL-5.3/examples/Polygon/
H A DExample.cpp55 bool IsInside = (p.bounded_side(q) == CGAL::ON_BOUNDED_SIDE); in main()
/dports/math/cgal/CGAL-5.3/include/CGAL/Min_circle_2/
H A DOptimisation_circle_2.h167 bounded_side( const Point& p) const in bounded_side() function

12