C# Class BEPUphysics.DataStructures.MeshBoundingBoxTree.InternalNode

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

Private Properties

Свойство Type Description
Analyze void
GetOverlaps void
GetOverlaps void
GetOverlaps void
GetOverlaps void
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
Refit ( MeshBoundingBoxTreeData data ) : void
TryToInsert ( LeafNode node, Node &treeNode ) : bool

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string