![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Defines the Node class for quadtree spatial partitioning in 2D space. More...
Go to the source code of this file.
Classes | |
class | Node |
Represents a node in a quadtree structure for spatial partitioning. More... | |
Defines the Node class for quadtree spatial partitioning in 2D space.
The Node class represents a node in a quadtree structure, designed to manage spatial partitioning of 2D entities like triangles. It supports subdivision, entity insertion, and bounding box management.
22/12/2024 22/12/2024
Definition in file Node.h.