1 package bookExamples.ch26Graphics.draw2d; 2 3 4 public interface Intersects { 5 Vec2d intersect(Ray2d r); 6 }