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 { VecOpSGVVN, VecOpSVVN } from "./api.js"; export declare const defOpSVVN: (op: FnN3) => [VecOpSGVVN, VecOpSVVN, VecOpSVVN, VecOpSVVN]; //# sourceMappingURL=defopsvvn.d.ts.map