MCPcopy
hub / github.com/greensock/GSAP / PixiMatrix

Interface PixiMatrix

types/pixi-plugin.d.ts:2–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare namespace PixiPlugin {
2 interface PixiMatrix {
3 a: number;
4 b: number;
5 c: number;
6 d: number;
7 tx: number;
8 ty: number;
9 array?: number[];
10 }
11
12 interface Vars {
13 [key: string]: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…