is_intersection_ray_box

compas_model.geometry.is_intersection_ray_box(ray, box)

Determine whether a ray intersects a box.

Parameters:
raycompas.geometry.Line

The ray.

boxcompas.geometry.Box

The box.

Returns:
bool

True if the ray intersects the box. False otherwise.