|
BoundingBox3Intersects Method
|
Determine whether lines intersects with bounding box.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool Intersects(
Line3 line
)
Public Function Intersects (
line As Line3
) As Boolean
public:
bool Intersects(
Line3 line
)
member Intersects :
line : Line3 -> bool
Parameters
- line
- Type: Karamba.GeometryLine3
Line to check.
Return Value
Type:
BooleanTrue if line intersects box, false otherwise.
See Also