Click or drag to resize

BoxIntersects Method (Box)

Determines whether another instance of Box intersects the current instance of Box.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public bool Intersects(
	Box box
)

Parameters

box
Type: NeoAxisBox
The box to check.

Return Value

Type: Boolean
True if another instance of Box intersects the current instance of Box; False otherwise.
See Also