is_intersection_ray_box
- compas_model.geometry.is_intersection_ray_box(ray, box)
Determine whether a ray intersects a 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.