Cogs.Core
Public Attributes | Static Public Attributes | List of all members
Cogs::Core::AdaptivePlanarGridQuadTreeNode Struct Reference

Public Attributes

int children [4]
 

Static Public Attributes

static const int DeadEnd = -1
 
static const int Leaf = -2
 

Detailed Description

Definition at line 25 of file AdaptivePlanarGridSystem.h.

Member Data Documentation

◆ children

int Cogs::Core::AdaptivePlanarGridQuadTreeNode::children[4]

Definition at line 27 of file AdaptivePlanarGridSystem.h.

◆ DeadEnd

const int Cogs::Core::AdaptivePlanarGridQuadTreeNode::DeadEnd = -1
static

Definition at line 28 of file AdaptivePlanarGridSystem.h.

◆ Leaf

const int Cogs::Core::AdaptivePlanarGridQuadTreeNode::Leaf = -2
static

Definition at line 29 of file AdaptivePlanarGridSystem.h.


The documentation for this struct was generated from the following file: