Searched defs:LineSegment (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/2geom/
H A Dforward.h76 typedef BezierCurveN<1> LineSegment; typedef in namespace:Geom
H A Dbezier-curve.h98 * This will construct the appropriate specialization of BezierCurve (i.e. LineSegment,
298 typedef BezierCurveN<1> LineSegment; typedef in namespace:Geom
327 inline Point middle_point(LineSegment const& _segment) {
331 inline Coord length(LineSegment const& seg) {
/inkscape/src/libavoid/
H A Dorthogonal.cpp609 class LineSegment class in namespace:Avoid
612 LineSegment(const double& b, const double& f, const double& p, function in class:Avoid::LineSegment
631 LineSegment(const double& bf, const double& p, VertInf *bfvi = NULL)
644 bool operator<(const LineSegment& rhs) const
662 bool overlaps(const LineSegment& rhs) const
683 void mergeVertInfs(const LineSegment& segment)
801 LineSegment& vertLine)
831 void insertBreakpointsBegin(Router *router, LineSegment& vertLine)
856 void insertBreakpointsFinish(Router *router, LineSegment& vertLine)
1012 LineSegment
[all...]

Completed in 27 milliseconds