Lines Matching defs:fp
137 std::list<Point>::iterator fp) const;
140 std::list<Point>::iterator fp,
145 std::list<Point>::iterator fp,
261 std::list<Point>::iterator fp) const
263 Point new_point = find_inner_point (*sp, *fp);
264 std::list<Point>::iterator ip = points.insert (fp, new_point);
266 // << *fp << "]" << std::endl;
283 std::list<Point>::iterator fp,
292 std::list<Point>::iterator ip = split (points, sp, fp);
295 rsplit (points, ip, fp, k);
312 std::list<Point>::iterator fp,
315 std::list<Point>::iterator ip = split (points, sp, fp);
317 double d2 = distance (*ip, *fp);
329 rsplit (points, ip, fp, length);