Searched defs:q3 (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/display/ |
H A D | sp-ctrlcurve.cpp | 163 Geom::Point q3( x3, y3 ); 165 setCoords( q0, q1, q2, q3 ); 170 Geom::Point const &q2, Geom::Point const &q3) 175 DIFFER(p3[Geom::X], q3[Geom::X]) || DIFFER(p3[Geom::Y], q3[Geom::Y]) ) { 179 p3 = q3; 169 setCoords( Geom::Point const &q0, Geom::Point const &q1, Geom::Point const &q2, Geom::Point const &q3) argument
|
Completed in 29 milliseconds