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

/inkscape/src/2geom/
H A Daffine.h7 * Nathan Hurst <njh@mail.csse.monash.edu.au> (Geom::Affine class version of the above)
27 * Affine transformations on elements of a vector space are transformations which can be
30 * (\f$y = a x + b\f$) to vector spaces. Affine transformations of points on a 2D plane preserve
60 class Affine class in namespace:Geom
61 : boost::equality_comparable< Affine // generates operator!= from operator==
62 , boost::multipliable1< Affine
63 , MultipliableNoncommutative< Affine, Translate
64 , MultipliableNoncommutative< Affine, Scale
65 , MultipliableNoncommutative< Affine, Rotate
66 , MultipliableNoncommutative< Affine, HShea
73 Affine() { function in class:Geom::Affine
87 Affine(Coord c0, Coord c1, Coord c2, Coord c3, Coord c4, Coord c5) { function in class:Geom::Affine
[all...]

Completed in 311 milliseconds