Home
last modified time | relevance | path

Searched defs:poly2d (Results 1 – 18 of 18) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/algo/
H A Dbwm_algo.cxx31 void bwm_algo::get_vertices_xy(vsol_polygon_2d_sptr poly2d, in get_vertices_xy()
45 void bwm_algo::get_vertices_xy(vsol_polygon_2d_sptr poly2d, in get_vertices_xy()
59 void bwm_algo::get_vertices_xy(vsol_polyline_2d_sptr poly2d, in get_vertices_xy()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dmath_fun_jmg.hpp30 } poly2d ; typedef
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/stats/
H A Dtabledist.py119 def poly2d(self): member in TableDist
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/
H A Dbwm_observer_img.cxx193 unsigned bwm_observer_img::create_polygon(vsol_polygon_2d_sptr poly2d) in create_polygon()
218 unsigned bwm_observer_img::create_polyline(vsol_polyline_2d_sptr poly2d) in create_polyline()
481 vsol_polygon_2d_sptr poly2d = polygon->sptr(); in delete_vertex() local
508 vsol_polyline_2d_sptr poly2d = polyline->sptr(); in delete_vertex() local
1065 vsol_polygon_2d_sptr poly2d = bsol_algs::poly_from_vgl(poly); in load_changes_binary() local
H A Dbwm_observer_fiducial.h60 virtual void backproj_poly(vsol_polygon_2d_sptr poly2d, in backproj_poly()
H A Dbwm_tableau_cam.cxx52 vsol_polygon_2d_sptr poly2d; in create_polygon_mesh() local
87 vsol_polygon_2d_sptr poly2d; in create_circular_polygon() local
169 vsol_polygon_2d_sptr poly2d; in create_inner_face() local
H A Dbwm_observer_cam.cxx202 vsol_polygon_2d_sptr poly2d = polygon->sptr(); in handle() local
226 vsol_polygon_2d_sptr poly2d = polygon->sptr(); in handle() local
592 vsol_polygon_2d_sptr& poly2d) in proj_poly()
618 vsol_polygon_2d_sptr poly2d = new vsol_polygon_2d(ps_list); in create_circular_polygon() local
1222 void bwm_observer_cam::backproj_poly(vsol_polygon_2d_sptr poly2d, in backproj_poly()
1243 bool bwm_observer_cam::backproj_poly(vsol_polygon_2d_sptr poly2d, in backproj_poly()
1693 vgl_polygon<double> poly2d(1); in project_meshes() local
1718 vgl_polygon<double> poly2d(1); in bwm_project_meshes() local
H A Dbwm_tableau_img.cxx66 vsol_polygon_2d_sptr poly2d; in create_polygon() local
86 vsol_polyline_2d_sptr poly2d; in create_polyline() local
H A Dbwm_observer_cam.h112 virtual void backproj_poly(vsol_polygon_2d_sptr poly2d, in backproj_poly()
H A Dbwm_observer_video.cxx1029 vsol_polygon_2d_sptr& poly2d) in proj_poly()
1071 unsigned bwm_observer_video::create_polygon(vsol_polygon_2d_sptr poly2d) in create_polygon()
H A Dbwm_observer_vgui.cxx542 void bwm_observer_vgui::connect_inner_face(vsol_polygon_2d_sptr poly2d) in connect_inner_face()
/dports/math/mfem/mfem-4.3/tests/unit/fem/
H A Dtest_intrules.cpp100 double poly2d(const IntegrationPoint &ip, int m, int n) in poly2d() function
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dcgalutils.cc250 else if (auto poly2d = dynamic_cast<const Polygon2d*>(&geom)) { in createNefPolyhedronFromGeometry() local
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dcgalutils.cc250 else if (auto poly2d = dynamic_cast<const Polygon2d*>(&geom)) { in createNefPolyhedronFromGeometry() local
/dports/misc/vxl/vxl-3.3.2/core/vgl/algo/
H A Dvgl_intersection.hxx267 vgl_polygon<T> poly2d(1); // with one sheet in vgl_intersection() local
/dports/graphics/argyllcms/Argyll_V1.9.2/render/
H A Drender.h133 }; typedef struct _poly2d poly2d; typedef
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/segv/
H A Dsegv_vil_segmentation_manager.cxx1834 vsol_polygon_2d_sptr poly2d; in create_polygon() local
/dports/math/sleef/sleef-3.5.0/src/quad/
H A Dsleefsimdqp.c626 static INLINE CONST vdouble poly2d(vdouble x, double c1, double c0) { return mla(x, vcast_vd_d(c1),… in poly2d() function