Interval2DIntersects Method |
Does this two-dimensional interval intersect that two-dimensional interval?
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Intersects(
Interval2D that
)
Parameters
- that
- Type: Algs4NetInterval2D
the other two-dimensional interval
Return Value
Type:
Booleantrue if this two-dimensional interval intersects
that two-dimensional interval; false otherwise
See Also