UNPKG

aabb-tree

Version:

Basic implementation of the AABB-Tree (Axis Aligned Box Bounding Tree)

7 lines (6 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Cylinder_1 = require("./Cylinder"); exports.Cylinder = Cylinder_1.default; var PolygonalPrism_1 = require("./PolygonalPrism"); exports.PolygonalPrism = PolygonalPrism_1.default;