UNPKG

modern-canvas

Version:

A JavaScript WebGL rendering engine. only the ESM.

11 lines (10 loc) 170 B
import { Matrix } from './Matrix'; /** * Matrix2 * * | x0 | y0 | * | x1 | y1 | */ export declare class Matrix2 extends Matrix { constructor(array?: number[]); }