Click or drag to resize

BoundingBox3Intersects Method

Determine whether lines intersects with bounding box.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Intersects(
	Line3 line
)

Parameters

line
Type: Karamba.GeometryLine3
Line to check.

Return Value

Type: Boolean
True if line intersects box, false otherwise.
See Also