QuadTree.SpatialSubdivision Method

Protected Overridable Sub SpatialSubdivision( _ 
ByVal parent As QuadEntityDataNode, _ 
ByVal indexOfElements As HashSet(Of Integer), _ 
ByVal maxTriCount As Integer, _ 
ByRef trCount As Integer, _ 
ByVal worker As BackgroundWorker
)
This language is not supported or no code example is available.
protected virtual void SpatialSubdivision( 
QuadEntityDataNode parent
HashSet<int> indexOfElements
int maxTriCount
ref int trCount
BackgroundWorker worker 
)
This language is not supported or no code example is available.

Parameters

parent
QuadEntityDataNode

indexOfElements
HashSet<int>

maxTriCount
int

trCount
int

worker
BackgroundWorker

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition