Searched defs:pointAtRatio (Results 1 - 2 of 2) sorted by relevance
/inkscape/share/extensions/ |
H A D | ffgeom.py | 104 def pointAtRatio(self, ratio): member in class:Segment
|
/inkscape/src/live_effects/ |
H A D | lpe-perspective-envelope.cpp | 211 vert->setPoints (pointAtRatio(y_ratio,down_left_point,up_left_point),pointAtRatio(y_ratio,down_right_point,up_right_point)); 212 horiz->setPoints (pointAtRatio(x_ratio,down_left_point,down_right_point),pointAtRatio(x_ratio,up_left_point,up_right_point)); 233 LPEPerspectiveEnvelope::pointAtRatio(Geom::Coord ratio,Geom::Point A, Geom::Point B) function in class:Inkscape::LivePathEffect::LPEPerspectiveEnvelope
|
Completed in 31 milliseconds