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

Method skew

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

Source from the content-addressed store, hash-verified

354//------------------------------------------------------------------------
355void Agg2D::rotate(double angle) { m_transform *= agg::trans_affine_rotation(angle); }
356void Agg2D::skew(double sx, double sy) { m_transform *= agg::trans_affine_skewing(sx, sy); }
357void Agg2D::translate(double x, double y) { m_transform *= agg::trans_affine_translation(x, y); }
358
359

Callers 1

expandSectorListFunction · 0.80

Calls 1

Tested by

no test coverage detected