matrix.d.ts 141 B

123456
  1. /**
  2. * 矩阵变换
  3. * @param actions
  4. * @param matrix
  5. */
  6. export declare function transform(actions: any[][], matrix?: number[]): number[];