Box3D.IntersectsWithLine Method (Line3D)
Tests if the box intersects with a line
[Visual Basic]
Overloads Public Function IntersectsWithLine( _
ByVal
line As
Line3D _
) As
Boolean
[C#]
public
bool IntersectsWithLine(
Line3D line);
Parameters
-
line
- Line to test intersection with.
Return Value
Returns true if there is an intersection and false if not.
See Also
Box3D Class | Irrlicht.Core Namespace | Box3D.IntersectsWithLine Overload List