Click or drag to resize

BoundingBoxIntersects Method

Does this BoundingBox intersect (overlap) with other BoundingBox

Namespace:  VelocityDBExtensions.Geo
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public virtual bool Intersects(
	BoundingBox other
)

Parameters

other
Type: VelocityDBExtensions.GeoBoundingBox
Other BoundingBox

Return Value

Type: Boolean
true if intersect; otherwise false
See Also