Searched defs:timeAt (Results 1 - 4 of 4) 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 Dline.cpp222 Coord Line::timeAt(Point const &p) const function in class:Geom::Line
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));

Completed in 15 milliseconds