Module @xeokit/boundaries - v0.1.0

npm version

xeokit Boundaries Math Library


Tools for 2D and 3D boundary analysis, boundary transformation, and collision detection


  • Axis-aligned boundaries (AABB2 and AABB3)
  • Object-aligned boundaries (OBB)
  • Transformable OOBs
  • Create boundaries from positions
  • Find center of positions
  • FrustumProjection-boundary intersection tests

Installation

npm install @xeokit/boundaries

Usage

import * as boundaries from "@xeokit/boundaries";

//..TODO

Index

Classes

Variables

Functions

Generated using TypeDoc