Lines Matching defs:timeAt
120 Coord Circle::timeAt(Point const &p) const {
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(px);
245 result.push_back(ShapeIntersection(timeAt(x1), other.timeAt(x1), x1));
246 result.push_back(ShapeIntersection(timeAt(x2), other.timeAt(x2), x2));