ProtoTracer  1.0
Real-time 3D rendering and animation engine
Loading...
Searching...
No Matches
QuadTree.h File Reference

Defines the QuadTree class for spatial partitioning in 2D space. More...

#include "Node.h"
Include dependency graph for QuadTree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QuadTree
 Represents a quadtree for spatial partitioning of 2D entities. More...
 

Detailed Description

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

Version
1.0 Coela Can't! moepforfreedom, Coela Can't

Definition in file QuadTree.h.