UNPKG

@thi.ng/vectors

Version:

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

14 lines 377 B
import type { VecOpVN } from "./api.js"; /** * Limits `v` to max length `n` and writes result to `out` (or to itself if * `out` is null). * * @param out - * @param v - * @param n - */ export declare const limit: VecOpVN; export declare const limit2: VecOpVN; export declare const limit3: VecOpVN; export declare const limit4: VecOpVN; //# sourceMappingURL=limit.d.ts.map