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

/inkscape/src/display/
H A Dcurve.cpp452 SPCurve::last_point() const function in class:SPCurve
535 if ( (fabs((*this->last_point())[X] - (*c1->first_point())[X]) <= tolerance)
536 && (fabs((*this->last_point())[Y] - (*c1->first_point())[Y]) <= tolerance) )
590 Geom::Point const offset1( new_p1 - *last_point() );
/inkscape/src/live_effects/
H A Dlpe-powerstroke.cpp589 Point last_point = ts.back(); local
590 ts.insert(ts.begin(), last_point - Point(pwd2_in.domain().extent() ,0));

Completed in 13 milliseconds