UNPKG

@thi.ng/vectors

Version:

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

4 lines 228 B
import type { FnN3 } from "@thi.ng/api"; import type { VecOpSGVVV, VecOpSVVV } from "./api.js"; export declare const defOpSVVV: (op: FnN3) => [VecOpSGVVV, VecOpSVVV, VecOpSVVV, VecOpSVVV]; //# sourceMappingURL=defopsvvv.d.ts.map