Performs a proximity query between two geometries using the specified method.
ID of the first geometry.
ID of the second geometry.
Optionalmethod: stringOptional method string to define query type.
Boolean result of the proximity query.
Clears all stored geometries.
Creates a geometry based on type and parameters, stores it and returns its mesh.
The type of geometry (2D).
Unique identifier for the geometry.
Parameters for the geometry construction.
A THREE.Mesh or THREE.Line object representing the geometry.
Creates a geometry based on type and parameters, stores it and returns its mesh.
The type of geometry (3D).
Unique identifier for the geometry.
Parameters for the geometry construction.
A THREE.Mesh or THREE.Line object representing the geometry.
Returns all stored geometries.
An object containing all geometries keyed by their IDs.
Retrieves a geometry by ID.
Identifier of the geometry to retrieve.
The geometry object or undefined if not found.
Retrieves a geometry mesh by ID and color.
Identifier of the geometry to retrieve.
Color for the mesh material.
Optionaltype: stringOptional type of geometry (line or mesh).
Optionalwidth: numberA THREE.Mesh or THREE.Line object representing the geometry.
StaticgetStaticis
Singleton class to manage creation, storage, and operations on geometries.