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

/inkscape/src/
H A Dsp-item.cpp1535 void SPItem::set_item_transform(Geom::Affine const &transform_matrix) argument
1537 if (!Geom::are_near(transform_matrix, transform, 1e-18)) {
1538 transform = transform_matrix;

Completed in 21 milliseconds