Home
last modified time | relevance | path

Searched defs:NearestPoint (Results 1 – 19 of 19) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/libs/kimath/src/geometry/
H A Dseg.cpp74 const VECTOR2I SEG::NearestPoint( const SEG& aSeg ) const in NearestPoint() function in SEG
227 const VECTOR2I SEG::NearestPoint( const VECTOR2I& aP ) const in NearestPoint() function in SEG
H A Dcircle.cpp197 VECTOR2I CIRCLE::NearestPoint( const VECTOR2I& aP ) const in NearestPoint() function in CIRCLE
H A Dshape_line_chain.cpp1794 const VECTOR2I SHAPE_LINE_CHAIN::NearestPoint( const VECTOR2I& aP, in NearestPoint() function in SHAPE_LINE_CHAIN
1846 const VECTOR2I SHAPE_LINE_CHAIN::NearestPoint( const SEG& aSeg, int& dist ) const in NearestPoint() function in SHAPE_LINE_CHAIN
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dAPI/
H A DGeom2dAPI_ProjectPointOnCurve.cxx191 gp_Pnt2d Geom2dAPI_ProjectPointOnCurve::NearestPoint() const in NearestPoint() function in Geom2dAPI_ProjectPointOnCurve
/dports/cad/opencascade/opencascade-7.6.0/src/GeomAPI/
H A DGeomAPI_ProjectPointOnCurve.cxx228 gp_Pnt GeomAPI_ProjectPointOnCurve::NearestPoint() const in NearestPoint() function in GeomAPI_ProjectPointOnCurve
H A DGeomAPI_ProjectPointOnSurf.cxx319 gp_Pnt GeomAPI_ProjectPointOnSurf::NearestPoint() const in NearestPoint() function in GeomAPI_ProjectPointOnSurf
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/router/common/geometry/
H A Dseg.cpp108 const VECTOR2I SEG::NearestPoint( const SEG& aSeg ) const in NearestPoint() function in SEG
H A Dshape_line_chain.cpp552 const VECTOR2I SHAPE_LINE_CHAIN::NearestPoint( const VECTOR2I& aP ) const in NearestPoint() function in SHAPE_LINE_CHAIN
572 const VECTOR2I SHAPE_LINE_CHAIN::NearestPoint( const SEG& aSeg, int& dist ) const in NearestPoint() function in SHAPE_LINE_CHAIN
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/dialog/color/
H A Duadjustcurves.pas94 function NearestPoint(xBmp,yBmp: single): integer; in NearestPoint() function
633 function TFAdjustCurves.NearestPoint(xBmp, yBmp: single): integer; in NearestPoint() function
/dports/graphics/glosm/glosm-glosm-0.0.2/libglosm-server/include/glosm/
H A DBBox.hh257 inline Vector2<T> NearestPoint(const V& vec) const { in NearestPoint() function
/dports/devel/libarea/libarea-2752cd9/
H A DCurve.cpp369 Point CCurve::NearestPoint(const Point& p)const in NearestPoint() function in CCurve
398 Point CCurve::NearestPoint(const CCurve& c, double *d)const in NearestPoint() function in CCurve
702 Point CCurve::NearestPoint(const Span& p, double *d)const in NearestPoint() function in CCurve
1051 Point Span::NearestPoint(const Point& p)const in NearestPoint() function in Span
1116 Point Span::NearestPoint(const Span& p, double *d)const in NearestPoint() function in Span
H A DArea.cpp36 Point CArea::NearestPoint(const Point& p)const in NearestPoint() function in CArea
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/router/include/geometry/
H A Dseg.h374 inline const VECTOR2I SEG::NearestPoint( const VECTOR2I& aP ) const in NearestPoint() function
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/libs/kimath/geometry/
H A Dtest_circle.cpp226 BOOST_AUTO_TEST_CASE( NearestPoint ) in BOOST_AUTO_TEST_CASE() argument
/dports/devel/vcglib/vcglib-2020.09/vcg/space/index/
H A Dspace_iterators.h469 CoordType NearestPoint() in NearestPoint() function
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/index/
H A Dspace_iterators.h466 CoordType NearestPoint() in NearestPoint() function
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/tests/
H A Dpath-test.cpp221 TEST_F(PathTest, NearestPoint) { in TEST_F() argument
/dports/math/lib2geom/lib2geom-1.1/tests/
H A Dpath-test.cpp221 TEST_F(PathTest, NearestPoint) { in TEST_F() argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/TabletPC/
H A Dmod.rs2936 …pub unsafe fn NearestPoint(&self, x: i32, y: i32, pointonstroke: *mut f32, distancefrompacket: *mu… in NearestPoint() method
6450 …pub unsafe fn NearestPoint(&self, x: i32, y: i32, distance: *mut f32, point: *mut f32) -> ::window… in NearestPoint() method