UNPKG

@thi.ng/vectors

Version:

Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts

4 lines 220 B
import type { FnN2 } from "@thi.ng/api"; import type { VecOpSGVN, VecOpSVN } from "./api.js"; export declare const defOpSVN: (op: FnN2) => [VecOpSGVN, VecOpSVN, VecOpSVN, VecOpSVN]; //# sourceMappingURL=defopsvn.d.ts.map