📖 INDEX
LOADING ENGINE...
Vector2
THREE.JS REFERENCE // vector2
Class representing a 2D vector.
Syntax
const v = new THREE.Vector2(1, 2);Examples
Example 01Basic Usage
const v = new THREE.Vector2(1, 2);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.