Searched defs:PointAt (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/livarot/ |
H A D | Path.cpp | 516 void Path::PointAt(int piece, double at, Geom::Point &pos) function in class:Path 533 return PointAt (piece + 1, 0.0, pos); 537 return PointAt (piece - 1, 1.0, pos); 566 return PointAt(piece - 1, 1.0, pos); 573 return PointAt(piece - 1, 1.0, pos);
|
Completed in 4062 milliseconds