Dungeon Architect  17.0.0
SharpNav.Collections.BVTree.Node Struct Reference

The data stored in a bounding volume node. More...

Classes

class  CompareX
 An IComparer<T> implementation that only compares two Nodes on the X axis. More...
 
class  CompareY
 An IComparer<T> implementation that only compares two Nodes on the Y axis. More...
 
class  CompareZ
 An IComparer<T> implementation that only compares two Nodes on the Z axis. More...
 

Public Attributes

PolyBounds Bounds
 The bounding box of the node. More...
 
int Index
 The index of this node in a BVTree. More...
 

Detailed Description

The data stored in a bounding volume node.

Definition at line 196 of file BVTree.cs.

Member Data Documentation

◆ Bounds

PolyBounds SharpNav.Collections.BVTree.Node.Bounds

The bounding box of the node.

Definition at line 201 of file BVTree.cs.

◆ Index

int SharpNav.Collections.BVTree.Node.Index

The index of this node in a BVTree.

Definition at line 206 of file BVTree.cs.


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