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

/inkscape/src/2geom/
H A Daffine.cpp18 * from_basis(Point(1, 0), Point(0, 1), Point(0, 0)) would return the identity matrix.
26 Affine from_basis(Point const &x_basis, Point const &y_basis, Point const &offset) { function in namespace:Geom

Completed in 12 milliseconds