Searched refs:_tangent (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ |
H A D | snapped-point.cpp | 19 _tangent(Geom::Point(0,0)), 39 _tangent (Geom::Point(0,0)), 59 _tangent (Geom::Point(0,0)), 81 _tangent (Geom::Point(0,0)), 101 _tangent (Geom::Point(0,0)),
|
H A D | snapped-point.h | 63 Geom::Point getTangent() const {return _tangent;} 98 Geom::Point _tangent; // Tangent of the curve we snapped to, at the snapped point member in class:Inkscape::SnappedPoint
|
H A D | snapped-curve.cpp | 27 _tangent = tangent; 48 _tangent = Geom::Point(0,0);
|
Completed in 245 milliseconds