Interface RayIntersectionFilter

  • All Superinterfaces:
    ComponentFilter

    public interface RayIntersectionFilter
    extends ComponentFilter
    Filter that accepts components whose axis-aligned bounding box (AABB) intersects the ray defined in this filter.
    Since:
    9.10.2
    • Method Detail

      • of

        static RayIntersectionFilter of​(Ray3d ray)
        Returns a filter that accepts components whose AABBs intersect the given ray.
        Parameters:
        ray - the ray with which accepted component's AABBs intersect
        Returns:
        a filter that accepts components whose AABBs intersect the given ray
        Since:
        9.10.2