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

/inkscape/src/
H A Dline-geometry.h67 std::pair<double, double> coordinates (Geom::Point const &v1, Geom::Point const &v2, Geom::Point const &w);
81 /** A function to print out the Line. It just prints out the coordinates of start point and
H A Dline-geometry.cpp98 /* The coordinates of w with respect to the basis {v1, v2} */
99 std::pair<double, double> coordinates (Geom::Point const &v1, Geom::Point const &v2, Geom::Point const &w) function in namespace:Box3D
115 std::pair<double, double> coords = coordinates (v1, v2, w);

Completed in 1244 milliseconds