Tools for 2D and 3D boundary analysis, transformations, and collision detection.
Features:
npm install @xeokit/sdk Copy
npm install @xeokit/sdk
import { createAABBFloat64 } from "@xeokit/sdk/math/boundaries";const aabb = createAABB3Float64([-100, -100, -100, 100, 100, 100]);const aabb2 = createAABB3Float32([-50, -50, -50, 50, 50, 50]);const aabb3 = createAABB3Int16([-25, -25, -25, 25, 25, 25]); Copy
import { createAABBFloat64 } from "@xeokit/sdk/math/boundaries";const aabb = createAABB3Float64([-100, -100, -100, 100, 100, 100]);const aabb2 = createAABB3Float32([-50, -50, -50, 50, 50, 50]);const aabb3 = createAABB3Int16([-25, -25, -25, 25, 25, 25]);
xeokit Boundary Math Utilities
Tools for 2D and 3D boundary analysis, transformations, and collision detection.
Features:
Installation
Usage