Searched refs:penultimate_point (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/display/
H A Dcurve-test.h236 TS_ASSERT_EQUALS( *(SPCurve(Geom::PathVector(path1)).penultimate_point()) , Geom::Point(1,1));
237 TS_ASSERT_EQUALS( *(SPCurve(Geom::PathVector(path2)).penultimate_point()) , Geom::Point(3,0));
238 TS_ASSERT_EQUALS( *(SPCurve(Geom::PathVector(path3)).penultimate_point()) , Geom::Point(6,4));
239 TS_ASSERT_EQUALS( *(SPCurve(Geom::PathVector(path4)).penultimate_point()) , Geom::Point(3,5));
244 TS_ASSERT_EQUALS( *(SPCurve(pv).penultimate_point()) , Geom::Point(6,4));
246 TS_ASSERT_EQUALS( *(SPCurve(pv).penultimate_point()) , Geom::Point(8,4));
H A Dcurve.h54 boost::optional<Geom::Point> penultimate_point() const;
H A Dcurve.cpp431 SPCurve::penultimate_point() const function in class:SPCurve

Completed in 464 milliseconds