Searched defs:transformed (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/2geom/ |
H A D | curve.h | 199 /** @brief Create a curve transformed by an affine transformation. 202 * @return Pointer to a new, transformed curve */ 203 virtual Curve *transformed(Affine const &m) const { function in class:Geom::Curve
|
H A D | ray.h | 120 Ray transformed(Affine const& m) const { function in class:Geom::Ray
|
H A D | line.h | 310 /// Create a line transformed by an affine transformation. 311 Line transformed(Affine const& m) const { function in class:Geom::Line
|
/inkscape/src/ |
H A D | pure-transform.cpp | 26 /* Work out the transformed version of this point */ 27 Geom::Point transformed = getTransformedPoint(*i); // _transformPoint(*i, transformation_type, transformation, origin, dim, uniform); local 29 // add the current transformed point to the box hulling all transformed points 31 bbox = Geom::Rect(transformed, transformed); 33 bbox.expandTo(transformed); 36 transformed_points.push_back(Inkscape::SnapCandidatePoint(transformed, (*i).getSourceType(), source_num, Inkscape::SNAPTARGET_UNDEFINED, Geom::OptRect())); 86 // in case of a free snap we might have use for the transformed point, so let's return that 167 Geom::Point const b = original_point.getPoint() - _origin; // vector to original point (not the transformed poin 283 Geom::Point transformed; local [all...] |
Completed in 47 milliseconds