![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Defines the QuadTree class for spatial partitioning in 2D space. More...
#include "Node.h"
Go to the source code of this file.
Classes | |
class | QuadTree |
Represents a quadtree for spatial partitioning of 2D entities. More... | |
Defines the QuadTree class for spatial partitioning in 2D space.
The QuadTree class provides a hierarchical structure for efficient spatial partitioning and management of 2D entities like triangles. It supports insertion, intersection checks, and dynamic rebuilding of the tree.
22/12/2024 22/12/2024
Definition in file QuadTree.h.