Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/
H A Dnearest-time.h54 inline double nearest_time(Point const &p, Point const &A, Point const &v) in nearest_time() function
111 double nearest_time(Point const& p, Piecewise< D2<SBasis> > const &c) in nearest_time() function
H A Dcurve.h345 Coord nearest_time(Point const& p, Curve const& c) { in nearest_time() function
/dports/math/lib2geom/lib2geom-1.1/include/2geom/
H A Dnearest-time.h54 inline double nearest_time(Point const &p, Point const &A, Point const &v) in nearest_time() function
111 double nearest_time(Point const& p, Piecewise< D2<SBasis> > const &c) in nearest_time() function
H A Dcurve.h345 Coord nearest_time(Point const& p, Curve const& c) { in nearest_time() function
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/2geom/
H A Dnearest-time.cpp40 Coord nearest_time(Point const &p, D2<Bezier> const &input, Coord from, Coord to) in nearest_time() function
103 double nearest_time(Point const& p, in nearest_time() function
192 double nearest_time(Point const &p, in nearest_time() function
/dports/math/lib2geom/lib2geom-1.1/src/2geom/
H A Dnearest-time.cpp40 Coord nearest_time(Point const &p, D2<Bezier> const &input, Coord from, Coord to) in nearest_time() function
103 double nearest_time(Point const& p, in nearest_time() function
192 double nearest_time(Point const &p, in nearest_time() function
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Dnearest-times.cpp152 …double nearest_time( Point const& p, D2<SBasis> const&c, D2<SBasis> const& dc, SBasis const& cd, d… in nearest_time() function in np_finder
H A Dnearest-times2.cpp198 …double nearest_time( Point const& p, D2<SBasis> const&c, D2<SBasis> const& dc, SBasis const& cd, d… in nearest_time() function in np_finder
H A Dcurve-curve-nearest-time.cpp472 …double nearest_time( Point const& p, D2<SBasis> const&c, D2<SBasis> const& dc, SBasis const& cd, d… in nearest_time() function in np_finder
/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Dnearest-times.cpp152 …double nearest_time( Point const& p, D2<SBasis> const&c, D2<SBasis> const& dc, SBasis const& cd, d… in nearest_time() function in np_finder
H A Dnearest-times2.cpp198 …double nearest_time( Point const& p, D2<SBasis> const&c, D2<SBasis> const& dc, SBasis const& cd, d… in nearest_time() function in np_finder
H A Dcurve-curve-nearest-time.cpp472 …double nearest_time( Point const& p, D2<SBasis> const&c, D2<SBasis> const& dc, SBasis const& cd, d… in nearest_time() function in np_finder
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/cython/
H A D_cy_curves.pyx113 def nearest_time(self, cy_Point p, Coord fr=0, Coord to=1, cy_Interval interval=None): member in cy_Curve
742 def nearest_time(self, cy_Point p, Coord fr=0, Coord to=1, cy_Interval interval=None): member in cy_SBasisCurve
1122 def nearest_time(self, cy_Point p, Coord fr=0, Coord to=1, cy_Interval interval=None): member in cy_BezierCurve
1467 def nearest_time(self, cy_Point p, Coord fr=0, Coord to=1, cy_Interval interval=None): member in cy_HLineSegment
1598 def nearest_time(self, cy_Point p, Coord fr=0, Coord to=1, cy_Interval interval=None): member in cy_VLineSegment
1845 def nearest_time(self, cy_Point p, Coord fr=0, Coord to=1, cy_Interval interval=None): member in cy_EllipticalArc
H A D_cy_path.pyx276 …def nearest_time(self, cy_Point _point, double fr=-1, double to=1):#, cy_double * distance_squared… member in cy_Path
H A D_cy_primitives.pyx618 def nearest_time(self, cy_Point cp): member in cy_Line
787 def nearest_time(self, cy_Point cp): member in cy_Ray
/dports/math/lib2geom/lib2geom-1.1/src/cython/
H A D_cy_curves.pyx113 def nearest_time(self, cy_Point p, Coord fr=0, Coord to=1, cy_Interval interval=None): member in cy_Curve
742 def nearest_time(self, cy_Point p, Coord fr=0, Coord to=1, cy_Interval interval=None): member in cy_SBasisCurve
1122 def nearest_time(self, cy_Point p, Coord fr=0, Coord to=1, cy_Interval interval=None): member in cy_BezierCurve
1467 def nearest_time(self, cy_Point p, Coord fr=0, Coord to=1, cy_Interval interval=None): member in cy_HLineSegment
1598 def nearest_time(self, cy_Point p, Coord fr=0, Coord to=1, cy_Interval interval=None): member in cy_VLineSegment
1845 def nearest_time(self, cy_Point p, Coord fr=0, Coord to=1, cy_Interval interval=None): member in cy_EllipticalArc
H A D_cy_path.pyx276 …def nearest_time(self, cy_Point _point, double fr=-1, double to=1):#, cy_double * distance_squared… member in cy_Path
H A D_cy_primitives.pyx618 def nearest_time(self, cy_Point cp): member in cy_Line
787 def nearest_time(self, cy_Point cp): member in cy_Ray
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/io/
H A Dgempak.py2526 def nearest_time(self, date_time, station_id=None, station_number=None): member in GempakSurface