📖 INDEX
LOADING ENGINE...
Box2
THREE.JS REFERENCE // box2
Represents an axis-aligned bounding box (AABB) in 2D space.
Syntax
const box = new THREE.Box2();Examples
Example 01Basic Usage
const box = new THREE.Box2();Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.