CollisionDetection2D.TreesCollision Method

Check collision among octrees of the entities groups
Protected Overridable Function TreesCollision( _ 
ByVal worker As BackgroundWorker, _ 
ByVal doWorkEventArgs As DoWorkEventArgs
) As Boolean
This language is not supported or no code example is available.
protected virtual bool TreesCollision( 
BackgroundWorker worker
DoWorkEventArgs doWorkEventArgs 
)
This language is not supported or no code example is available.

Parameters

worker
BackgroundWorker

doWorkEventArgs
DoWorkEventArgs

Return Value

bool

True if at least two triangles (of Intersected Octrees) intersects each other, false otherwise

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition