Searched refs:timeAt (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/2geom/
H A Dcircle.cpp120 Coord Circle::timeAt(Point const &p) const { function in class:Geom::Circle
126 return timeAt(p);
178 result.push_back(ShapeIntersection(timeAt(ip), l.timeAt(ip), ip));
193 result.push_back(ShapeIntersection(timeAt(i1p), l.timeAt(i1p), i1p));
194 result.push_back(ShapeIntersection(timeAt(i2p), l.timeAt(i2p), i2p));
224 Coord T = timeAt(px), t = other.timeAt(p
[all...]
H A Dinterval.h107 Coord timeAt(Coord v) { function in class:Geom::Interval
114 return timeAt(v);
H A Dcircle.h91 Coord timeAt(Point const &p) const;
H A Dellipse.cpp371 Coord Ellipse::timeAt(Point const &p) const function in class:Geom::Ellipse
376 return asin(Line(axis(X)).timeAt(p));
378 return acos(Line(axis(Y)).timeAt(p));
435 result.push_back(ShapeIntersection(atan2(p * iuct), line.timeAt(p), p));
448 result.push_back(ShapeIntersection(atan2(p * iuct), line.timeAt(p), p));
591 result.push_back(ShapeIntersection(timeAt(p), r[i], p));
H A Dellipse.h192 Coord timeAt(Point const &p) const;
H A Dline.cpp222 Coord Line::timeAt(Point const &p) const function in class:Geom::Line
H A Delliptical-arc.cpp778 _angles.setInitial(_ellipse.timeAt(_initial_point));
779 _angles.setFinal(_ellipse.timeAt(_final_point));
H A Dline.h238 Coord timeAt(Point const &p) const;
H A Dconicsec.cpp865 double t = axis.timeAt(_focus2);

Completed in 25 milliseconds