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

Method parallelogram

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

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

Source from the content-addressed store, hash-verified

383
384//------------------------------------------------------------------------
385void Agg2D::parallelogram(double x1, double y1, double x2, double y2, const double* para)
386{
387 m_transform *= agg::trans_affine(x1, y1, x2, y2, para);
388 m_convCurve.approximation_scale(worldToScreen(1.0) * g_approxScale);
389 m_convStroke.approximation_scale(worldToScreen(1.0) * g_approxScale);
390}
391
392
393//------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

trans_affineClass · 0.85
approximation_scaleMethod · 0.45

Tested by

no test coverage detected