C# Class Myre.Graphics.Geometry.Octree.Node

Datei anzeigen Open project: TomGillen/Myre

Public Methods

Method Description
Add ( ICullable item ) : void
Node ( ) : System
Query ( List results, BoundingVolume volume ) : void
Remove ( ICullable item ) : void
Transfer ( Node newRoot ) : void

Private Methods

Method Description
AddAll ( List results ) : void

Method Details

Add() public method

public Add ( ICullable item ) : void
item ICullable
return void

Node() public method

public Node ( ) : System
return System

Query() public method

public Query ( List results, BoundingVolume volume ) : void
results List
volume BoundingVolume
return void

Remove() public method

public Remove ( ICullable item ) : void
item ICullable
return void

Transfer() public method

public Transfer ( Node newRoot ) : void
newRoot Node
return void