BEPUphysics.DataStructures.MeshBoundingBoxTree.Node.GetOverlaps C# (CSharp) Метод

GetOverlaps() абстрактный приватный Метод

abstract private GetOverlaps ( Microsoft.Xna.Framework.Ray &ray, float maximumLength, IList outputOverlappedElements ) : void
ray Microsoft.Xna.Framework.Ray
maximumLength float
outputOverlappedElements IList
Результат void
            internal abstract void GetOverlaps(ref Ray ray, float maximumLength, IList<int> outputOverlappedElements);

Same methods

MeshBoundingBoxTree.Node::GetOverlaps ( Microsoft.Xna.Framework.BoundingBox &boundingBox, IList outputOverlappedElements ) : void
MeshBoundingBoxTree.Node::GetOverlaps ( BoundingFrustum &boundingFrustum, IList outputOverlappedElements ) : void
MeshBoundingBoxTree.Node::GetOverlaps ( BoundingSphere &boundingSphere, IList outputOverlappedElements ) : void