MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / transformations

Method transformations

dep/agg/src/agg2d.cpp:330–335  ·  view source on GitHub ↗

------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

328
329//------------------------------------------------------------------------
330Agg2D::Transformations Agg2D::transformations() const
331{
332 Transformations tr;
333 m_transform.store_to(tr.affineMatrix);
334 return tr;
335}
336
337
338//------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

store_toMethod · 0.45
approximation_scaleMethod · 0.45

Tested by

no test coverage detected