UNPKG

pex-geom

Version:

Geometry intersection and bounding volume helpers for PEX.

5 lines (4 loc) 140 B
export * as aabb from "./aabb.js"; export * as plane from "./plane.js"; export * as ray from "./ray.js"; export * as rect from "./rect.js";