Skip to content

Class: Point

The Point class provides basic functionality for positioning a point in 3D space using a THREE.Group object.

Properties

PropertyTypeDescription
geometryTHREE.GroupThe underlying Three.js object that stores the point's position and transformations.
positionVector3Getter: Returns the current position as a tuple [x, y, z].
Setter: Sets the point's position in 3D space.