C# Class BEPUphysics.DataStructures.MeshBoundingBoxTree.LeafNode

Inheritance: Node
Afficher le fichier Open project: Indiefreaks/igf

Private Properties

Свойство Type Description
Analyze void
GetOverlaps void
GetOverlaps void
GetOverlaps void
GetOverlaps void
LeafNode System.Collections.Generic
Refit void
TryToInsert bool

Méthodes publiques

Méthode Description
ToString ( ) : string

Private Methods

Méthode 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 méthode

public ToString ( ) : string
Résultat string