UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 209 B
import { defOpVV } from "./defopvv.js"; const [a, b, c, d] = defOpVV(Math.atan2); const atan2 = a; const atan2_2 = b; const atan2_3 = c; const atan2_4 = d; export { atan2, atan2_2, atan2_3, atan2_4 };