List of classes in the CoreModeler::Geometry namespace.
| Entity Name | Description |
|---|---|
| Box | A 3D rectangular box shape. |
| IDrawable | Interface for any elements that can be rendered to the display. |
| Point3D | Generic template representing a 3D coordinate point. |
| Shape | Base abstract class for geometric shapes. |
Generated with Flude
Copyright © 2026
Directory & Entity Index
| Entity Name | Summary / Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Box class | Extends:
A 3D rectangular box shape. MethodsBox
Constructs a box with specified dimensions.
getVolume
Inherited from Shape. draw
Inherited from IDrawable. draw
Inherited from IDrawable. Note: Missing | ||||||||||||||||||||||||
| IDrawable class | Interface for any elements that can be rendered to the display. Represents a pure virtual C++ interface. Methods~IDrawable
draw
Renders the drawable element to the screen. draw
Renders the drawable element using a specific render mode. Note: Overloaded method. Warning: Missing Returns: tag and incomplete documentation.
Generated with Flude | ||||||||||||||||||||||||
| Point3D< typename T > class | Generic template representing a 3D coordinate point. Instance Variables
MethodsPoint3D
Point3D
translate
Translates the point by given offsets. Note: Missing
Generated with Flude | ||||||||||||||||||||||||
| Shape class | Base abstract class for geometric shapes. Methods~Shape
getVolume
Retrieves the volume of the shape. Returns: The shape’s volume as a double. Generated with Flude Copyright © 2026 |
