Searched refs:xDist (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libavoid/
H A Dgeomtypes.h235 //! @param[in] xDist Distance to move polygon in the x dimension.
237 void translate(const double xDist, const double yDist);
H A Dgeomtypes.cpp379 void Polygon::translate(const double xDist, const double yDist) argument
383 ps[i].x += xDist;

Completed in 124 milliseconds