MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / transformPoint

Function transformPoint

static/plugins/pdfmake/pdfmake.js:23302–23304  ·  view source on GitHub ↗
(p, m)

Source from the content-addressed store, hash-verified

23300 }
23301
23302 function transformPoint(p, m) {
23303 return [m[0] * p[0] + m[2] * p[1] + m[4], m[1] * p[0] + m[3] * p[1] + m[5]];
23304 }
23305
23306 function getGlobalMatrix() {
23307 var ctm = doc._ctm;

Callers 2

SvgShapeFunction · 0.70
SvgElemGradientFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected