@thi.ng/vectors
Version:
Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts
7 lines • 328 B
TypeScript
import type { MultiVecOpVN, VecOpVN } from "./api.js";
/**
* Same as {@link remainder}, but 2nd operand is a single scalar (uniform domain
* for all vector components).
*/
export declare const remainderN: MultiVecOpVN, remainderN2: VecOpVN, remainderN3: VecOpVN, remainderN4: VecOpVN;
//# sourceMappingURL=remaindern.d.ts.map