UNPKG

@thi.ng/matrices

Version:

Matrix & quaternion operations for 2D/3D geometry processing

7 lines 309 B
import type { FnN2 } from "@thi.ng/api"; import type { MatOpMM, MatOpMN } from "./api.js"; /** @internal */ export declare const defMath: (op: FnN2) => [MatOpMM, MatOpMM, MatOpMM]; /** @internal */ export declare const defMathN: (op: FnN2) => [MatOpMN, MatOpMN, MatOpMN]; //# sourceMappingURL=defmath.d.ts.map