@thi.ng/matrices
Version:
Matrix & quaternion operations for 2D/3D geometry processing
6 lines • 335 B
TypeScript
import type { Mat } from "./api.js";
export declare const mat22n: (out: Mat | null, n: number) => Mat;
export declare const mat23n: (out: Mat | null, n: number) => Mat;
export declare const mat33n: (out: Mat | null, n: number) => Mat;
export declare const mat44n: (out: Mat | null, n: number) => Mat;
//# sourceMappingURL=matn.d.ts.map