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

/inkscape/src/2geom/
H A Daffine.h195 Affine from_basis(const Point &x_basis, const Point &y_basis, const Point &offset=Point(0,0));
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
/inkscape/src/live_effects/
H A Dlpe-knot.cpp102 Affine mat = from_basis( T, N, pt_and_dir[0] );

Completed in 19 milliseconds