Class: Point
The Point class provides basic functionality for positioning a point in 3D space using a THREE.Group object.
Properties
| Property | Type | Description |
|---|---|---|
geometry | THREE.Group | The underlying Three.js object that stores the point's position and transformations. |
position | Vector3 | Getter: Returns the current position as a tuple [x, y, z]. |
| Setter: Sets the point's position in 3D space. |