BEPUphysics.DataStructures.MeshBoundingBoxTree.Node.TryToInsert C# (CSharp) Method

TryToInsert() abstract private method

abstract private TryToInsert ( LeafNode node, Node &treeNode ) : bool
node LeafNode
treeNode Node
return bool
            internal abstract bool TryToInsert(LeafNode node, out Node treeNode);