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

Method transform

dep/agg/include/agg_trans_affine.h:316–321  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

314
315 //------------------------------------------------------------------------
316 inline void trans_affine::transform(double* x, double* y) const
317 {
318 double tmp = *x;
319 *x = tmp * sx + *y * shx + tx;
320 *y = tmp * shy + *y * sy + ty;
321 }
322
323 //------------------------------------------------------------------------
324 inline void trans_affine::transform_2x2(double* x, double* y) const

Callers 8

vertexMethod · 0.45
beginMethod · 0.45
resynchronizeMethod · 0.45
beginMethod · 0.45
operator++Method · 0.45
beginMethod · 0.45
operator++Method · 0.45
vertexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected