OrientedBoundingRect.DoOverlap Method

Checks if two Oriented Bounding Boxes overlap each other.
Public Shared Function DoOverlap( _ 
ByVal first As OrientedBoundingRect, _ 
ByVal second As OrientedBoundingRect
) As Boolean
This language is not supported or no code example is available.
public static bool DoOverlap( 
OrientedBoundingRect first
OrientedBoundingRect second 
)
This language is not supported or no code example is available.

Parameters

first
OrientedBoundingRect

first oriented bounding box to check

second
OrientedBoundingRect

second oriented bounding box to check

Return Value

bool

False if a separation axis between the two boxes was found, true otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition