Home
last modified time | relevance | path

Searched refs:point_in_polygon (Results 1 – 25 of 59) sorted by relevance

123

/dports/math/R-cran-isoband/isoband/src/
H A Dtest-separate-polygons.cpp16 expect_true(point_in_polygon(point(0.5, 0.5), poly) == inside);
17 expect_true(point_in_polygon(point(-0.5, 0.5), poly) == outside);
18 expect_true(point_in_polygon(point(1.5, 0.5), poly) == outside);
20 expect_true(point_in_polygon(point(0.5, 1.5), poly) == outside);
21 expect_true(point_in_polygon(point(-1, 1), poly) == outside);
22 expect_true(point_in_polygon(point(2, 1), poly) == outside);
23 expect_true(point_in_polygon(point(-1, 0), poly) == outside);
24 expect_true(point_in_polygon(point(2, 0), poly) == outside);
40 expect_true(point_in_polygon(point(0, 0), poly) == inside);
41 expect_true(point_in_polygon(point(-1, 0), poly) == outside);
[all …]
H A Dseparate-polygons.h17 in_polygon_type point_in_polygon(const point &P, const polygon &poly);
/dports/games/traingame/traingame-cb6513e/src/
H A DSplineTrack.cpp60 static bool point_in_polygon(const Polygon& poly, Point<float> p);
281 if (point_in_polygon(bounds, point_cast<float>(p) + off) in get_covers()
288 bool SplineTrack::point_in_polygon(const Polygon& poly, Point<float> p) in point_in_polygon() function in SplineTrack
332 if (point_in_polygon(bounds, point_cast<float>(p))) in get_height_locked()
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/measure/
H A D_pnpoly.pyx8 from .._shared.geometry cimport point_in_polygon, points_in_polygon
53 out[m, n] = point_in_polygon(vx, vy, m, n)
/dports/databases/postgis32/postgis-3.2.0/postgis/
H A Dlwgeom_functions_analytic.h34 int point_in_polygon(LWPOLY *polygon, LWPOINT *point);
/dports/databases/postgis30/postgis-3.0.4/postgis/
H A Dlwgeom_functions_analytic.h34 int point_in_polygon(LWPOLY *polygon, LWPOINT *point);
/dports/databases/postgis31/postgis-3.1.4/postgis/
H A Dlwgeom_functions_analytic.h34 int point_in_polygon(LWPOLY *polygon, LWPOINT *point);
/dports/databases/postgis25/postgis-2.5.5/postgis/
H A Dlwgeom_functions_analytic.h34 int point_in_polygon(LWPOLY *polygon, LWPOINT *point);
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/_shared/
H A Dgeometry.pyx11 cdef unsigned char point_in_polygon(np_floats[::1] xp, np_floats[::1] yp, function
97 result[n] = point_in_polygon(xp, yp, x[n], y[n])
H A Dgeometry.pxd11 cdef unsigned char point_in_polygon(np_floats[::1] xp, np_floats[::1] yp, function
/dports/editors/lazarus/lazarus/components/aggpas/
H A Dinteractive_polygon_.pas83 function point_in_polygon(tx ,ty : double ) : boolean; in point_in_polygon() function
455 if point_in_polygon(x ,y ) then
566 function interactive_polygon.point_in_polygon;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dinteractive_polygon_.pas83 function point_in_polygon(tx ,ty : double ) : boolean; in point_in_polygon() function
455 if point_in_polygon(x ,y ) then
566 function interactive_polygon.point_in_polygon;
/dports/editors/lazarus-qt5/lazarus/components/aggpas/
H A Dinteractive_polygon_.pas83 function point_in_polygon(tx ,ty : double ) : boolean; in point_in_polygon() function
455 if point_in_polygon(x ,y ) then
566 function interactive_polygon.point_in_polygon;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dinteractive_polygon_.pas83 function point_in_polygon(tx ,ty : double ) : boolean; in point_in_polygon() function
455 if point_in_polygon(x ,y ) then
566 function interactive_polygon.point_in_polygon;
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/geo-0.13.0/benches/
H A Dcontains.rs11 fn point_in_polygon(b: &mut Bencher) { in point_in_polygon() function
/dports/graphics/agg/agg-2.5/examples/
H A Dinteractive_polygon.cpp125 if(point_in_polygon(x, y)) in on_mouse_button_down()
226 bool interactive_polygon::point_in_polygon(double tx, double ty) const in point_in_polygon() function in agg::interactive_polygon
/dports/astro/astrometry/astrometry.net-0.85/catalogs/
H A Dconstellation-boundaries.c99 if (point_in_polygon(0., 0., poly)) in constellation_containing()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/geometry/multi/algorithms/
H A Dwithin.hpp78 detail::within::point_in_polygon
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/ctrl/
H A Dagg_polygon_ctrl.pas122 function point_in_polygon(x ,y : double ) : boolean; in point_in_polygon() function
488 if point_in_polygon(x ,y ) then
665 function polygon_ctrl_impl.point_in_polygon;
/dports/editors/lazarus/lazarus/components/aggpas/src/ctrl/
H A Dagg_polygon_ctrl.pas122 function point_in_polygon(x ,y : double ) : boolean; in point_in_polygon() function
488 if point_in_polygon(x ,y ) then
665 function polygon_ctrl_impl.point_in_polygon;
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/ctrl/
H A Dagg_polygon_ctrl.pas122 function point_in_polygon(x ,y : double ) : boolean; in point_in_polygon() function
488 if point_in_polygon(x ,y ) then
665 function polygon_ctrl_impl.point_in_polygon;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/ctrl/
H A Dagg_polygon_ctrl.pas122 function point_in_polygon(x ,y : double ) : boolean; in point_in_polygon() function
488 if point_in_polygon(x ,y ) then
665 function polygon_ctrl_impl.point_in_polygon;
/dports/graphics/agg/agg-2.5/src/ctrl/
H A Dagg_polygon_ctrl.cpp171 if(point_in_polygon(x, y)) in on_mouse_button_down()
278 bool polygon_ctrl_impl::point_in_polygon(double tx, double ty) const in point_in_polygon() function in agg::polygon_ctrl_impl
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/src/ctrl/
H A Dagg_polygon_ctrl.cpp166 if(point_in_polygon(x, y)) in on_mouse_button_down()
273 bool polygon_ctrl_impl::point_in_polygon(double tx, double ty) const in point_in_polygon() function in agg::polygon_ctrl_impl
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/src/ctrl/
H A Dagg_polygon_ctrl.cpp166 if(point_in_polygon(x, y)) in on_mouse_button_down()
273 bool polygon_ctrl_impl::point_in_polygon(double tx, double ty) const in point_in_polygon() function in agg::polygon_ctrl_impl

123