Searched defs:PointAndTangentAt (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/livarot/
H A DPath.cpp606 void Path::PointAndTangentAt(int piece, double at, Geom::Point &pos, Geom::Point &tgt) function in class:Path
620 return PointAndTangentAt(piece + 1, 0.0, pos, tgt);
636 return PointAndTangentAt(piece - 1, 1.0, pos,tgt);
661 return PointAndTangentAt(piece - 1, 1.0, pos, tgt);
668 return PointAndTangentAt(piece - 1, 1.0, pos, tgt);

Completed in 12 milliseconds