C# Class BEPUphysics.DataStructures.MeshBoundingBoxTree.LeafNode

Inheritance: Node
Datei anzeigen Open project: Indiefreaks/igf

Private Properties

Property Type Description
Analyze void
GetOverlaps void
GetOverlaps void
GetOverlaps void
GetOverlaps void
LeafNode System.Collections.Generic
Refit void
TryToInsert bool

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
Analyze ( List depths, int depth, int &nodeCount ) : void
GetOverlaps ( Microsoft.Xna.Framework.BoundingBox &boundingBox, IList outputOverlappedElements ) : void
GetOverlaps ( BoundingFrustum &boundingFrustum, IList outputOverlappedElements ) : void
GetOverlaps ( BoundingSphere &boundingSphere, IList outputOverlappedElements ) : void
GetOverlaps ( Microsoft.Xna.Framework.Ray &ray, float maximumLength, IList outputOverlappedElements ) : void
LeafNode ( int leafIndex, MeshBoundingBoxTreeData data ) : System.Collections.Generic
Refit ( MeshBoundingBoxTreeData data ) : void
TryToInsert ( LeafNode node, Node &treeNode ) : bool

Method Details

ToString() public method

public ToString ( ) : string
return string