UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 246 B
import { defOpVV } from "./defopvv.js"; import { $lsI } from "./ops.js"; const [a, b, c, d] = defOpVV($lsI); const lshiftI = a; const lshiftI2 = b; const lshiftI3 = c; const lshiftI4 = d; export { lshiftI, lshiftI2, lshiftI3, lshiftI4 };