Interface LineIntersectionFilter

All Superinterfaces:
ComponentFilter

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

    • of

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