is_intersection_ray_aabb

compas_model.geometry.is_intersection_ray_aabb(ray, box)

Determine whether a ray intersects an axis aligned box.

Parameters:
raycompas.geometry.Line

The ray.

boxcompas.geometry.Box

The box.

Returns:
bool

True if the ray intersects the box. False otherwise.