is_intersection_ray_aabb
- compas_model.geometry.is_intersection_ray_aabb(ray, box)
Determine whether a ray intersects an axis aligned box.
- Parameters:
- ray
compas.geometry.Line
The ray.
- box
compas.geometry.Box
The box.
- ray
- Returns:
- bool
True if the ray intersects the box. False otherwise.