C# Class BEPUphysics.DataStructures.MeshBoundingBoxTree.InternalNode

Inheritance: Node
Datei anzeigen Open project: Indiefreaks/igf

Private Properties

Property Type Description
Analyze void
GetOverlaps void
GetOverlaps void
GetOverlaps void
GetOverlaps void
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
Refit ( MeshBoundingBoxTreeData data ) : void
TryToInsert ( LeafNode node, Node &treeNode ) : bool

Method Details

ToString() public method

public ToString ( ) : string
return string