Click or drag to resize
Accord.NET (logo)

HyperrectangleIntersectsWith Method

Determines if this rectangle intersects with rect.

Namespace:  Accord.Math
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public bool IntersectsWith(
	Hyperrectangle rect
)
Request Example View Source

Parameters

rect
Type: Accord.MathHyperrectangle

Return Value

Type: Boolean
See Also