CollisionGrid2d.Overlaps Method

Determines whether a given test poly overlaps any of the so-far added polys. Add() and Overlaps() calls may be interleaved. Overlaps() assumes that a) the test poly is CCW if it is closed b) the added hole polys lie inside contour polys.
Public Function Overlaps( _ 
ByVal testpoly As Poly2d
) As Boolean
This language is not supported or no code example is available.
public bool Overlaps( 
Poly2d testpoly 
)
This language is not supported or no code example is available.
public:  
bool Overlaps( 
Poly2d^ testpoly 
)
This language is not supported or no code example is available.
public function Overlaps( 
testpoly : Poly2d 
) : boolean;
This language is not supported or no code example is available.

Parameters

testpoly
Poly2d

Return Value

bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition