Tests if the box intersects with a line
Tests if the box intersects with a line
public bool IntersectsWithLine(Line3D);
Tests if the box intersects with a line
public bool IntersectsWithLine(Vector3D,Vector3D,float);
Box3D Class | Irrlicht.Core Namespace