Searched refs:timeAt (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/2geom/ |
H A D | circle.cpp | 120 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 D | interval.h | 107 Coord timeAt(Coord v) { function in class:Geom::Interval 114 return timeAt(v);
|
H A D | circle.h | 91 Coord timeAt(Point const &p) const;
|
H A D | ellipse.cpp | 371 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 D | ellipse.h | 192 Coord timeAt(Point const &p) const;
|
H A D | line.cpp | 222 Coord Line::timeAt(Point const &p) const function in class:Geom::Line
|
H A D | elliptical-arc.cpp | 778 _angles.setInitial(_ellipse.timeAt(_initial_point)); 779 _angles.setFinal(_ellipse.timeAt(_final_point));
|
H A D | line.h | 238 Coord timeAt(Point const &p) const;
|
H A D | conicsec.cpp | 865 double t = axis.timeAt(_focus2);
|
Completed in 25 milliseconds