UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 254 B
import { defOpVN } from "./defopvn.js"; import { $lsU } from "./ops.js"; const [a, b, c, d] = defOpVN($lsU); const lshiftNU = a; const lshiftNU2 = b; const lshiftNU3 = c; const lshiftNU4 = d; export { lshiftNU, lshiftNU2, lshiftNU3, lshiftNU4 };