Searched refs:second_point (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/display/ |
H A D | curve-test.h | 221 TS_ASSERT_EQUALS( *(SPCurve(path1).second_point()) , Geom::Point(1,0)); 222 TS_ASSERT_EQUALS( *(SPCurve(path2).second_point()) , Geom::Point(3,0)); 223 TS_ASSERT_EQUALS( *(SPCurve(path3).second_point()) , Geom::Point(5,1)); 224 TS_ASSERT_EQUALS( *(SPCurve(path4).second_point()) , Geom::Point(3,5)); 229 TS_ASSERT_EQUALS( *(SPCurve(pv).second_point()) , Geom::Point(1,0)); 231 TS_ASSERT_EQUALS( *SPCurve(pv).second_point(), Geom::Point(0,0) );
|
H A D | curve.h | 53 boost::optional<Geom::Point> second_point() const;
|
H A D | curve.cpp | 407 SPCurve::second_point() const function in class:SPCurve
|
/inkscape/src/ui/tools/ |
H A D | pencil-tool.cpp | 597 || ( *(this->red_curve->first_point()) == *(this->red_curve->second_point()) ) )
|
Completed in 567 milliseconds