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

/inkscape/src/2geom/
H A Dbezier-curve.h327 inline Point middle_point(LineSegment const& _segment) { argument
328 return ( _segment.initialPoint() + _segment.finalPoint() ) / 2;
H A Dline.h494 // build a line passing by the middle point of _segment and orthogonal to it.
496 Line make_bisector_line(LineSegment const& _segment) argument
498 return make_orthogonal_line( middle_point(_segment), Line(_segment) );

Completed in 28 milliseconds