UNPKG

pex-geom

Version:

Geometry intersection and bounding volume helpers for PEX.

27 lines (25 loc) 389 B
/** @module pex-geom */ /** * @type {module:aabb} * @name aabb * @static */ export * as aabb from "./aabb.js"; /** * @type {module:plane} * @name plane * @static */ export * as plane from "./plane.js"; /** * @type {module:ray} * @name ray * @static */ export * as ray from "./ray.js"; /** * @type {module:rect} * @name rect * @static */ export * as rect from "./rect.js";