HOG2
Public Attributes | List of all members
Voxels::OctreeNode Struct Reference
Collaboration diagram for Voxels::OctreeNode:
Collaboration graph
[legend]

Public Attributes

float coordinates [3]
 
OctreeIndex parent
 
OctreeIndex firstChild
 
OctreeIndex neighbors [6]
 

Detailed Description

Definition at line 105 of file Voxels.h.

Member Data Documentation

◆ coordinates

float Voxels::OctreeNode::coordinates[3]

Definition at line 106 of file Voxels.h.

◆ firstChild

OctreeIndex Voxels::OctreeNode::firstChild

Definition at line 108 of file Voxels.h.

◆ neighbors

OctreeIndex Voxels::OctreeNode::neighbors[6]

Definition at line 109 of file Voxels.h.

◆ parent

OctreeIndex Voxels::OctreeNode::parent

Definition at line 107 of file Voxels.h.


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