Searched refs:pointAtRatio (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-perspective-envelope.h41 virtual Geom::Point pointAtRatio(Geom::Coord ratio,Geom::Point A, Geom::Point B);
H A Dlpe-perspective-envelope.cpp211 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
/inkscape/share/extensions/
H A Dsummersnight.py127 horz = Segment(self.t1.pointAtRatio(xratio),self.t3.pointAtRatio(xratio))
128 vert = Segment(self.t4.pointAtRatio(yratio),self.t2.pointAtRatio(yratio))
H A Dffgeom.py104 def pointAtRatio(self, ratio): member in class:Segment

Completed in 30 milliseconds