Click or drag to resize
Interval2DIntersects Method
Does this two-dimensional interval intersect that two-dimensional interval?

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Intersects(
	Interval2D that
)

Parameters

that
Type: Algs4NetInterval2D
the other two-dimensional interval

Return Value

Type: Boolean
true if this two-dimensional interval intersects that two-dimensional interval; false otherwise
See Also