1 2 3 4 5
import package::intersection::AABBIntersection; fn intersect(intersection: RayIntersection) -> AABBIntersection { return AABBIntersection(); }