📖 INDEX
LOADING ENGINE...
Matrix3
THREE.JS REFERENCE // matrix3
A 3x3 matrix.
Syntax
const m = new THREE.Matrix3();Examples
Example 01Basic Usage
const m = new THREE.Matrix3();Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.