MCPcopy Index your code
hub / github.com/apache/echarts / trans

Function trans

src/component/axis/axisBreakHelperImpl.ts:378–383  ·  view source on GitHub ↗
(p1: number[], p2: number[])

Source from the content-addressed store, hash-verified

376 ): void {
377
378 function trans(p1: number[], p2: number[]): void {
379 if (transform) {
380 applyTransform(p1, p1, transform);
381 applyTransform(p2, p2, transform);
382 }
383 }
384
385 function subPixelOptimizePP(p1: number[], p2: number[]): void {
386 const shape = {x1: p1[0], y1: p1[1], x2: p2[0], y2: p2[1]};

Callers 1

addSegFunction · 0.85

Calls 1

applyTransformFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…