from intersection import *
from camera import *
from raytracer import *

s = Sphere((0,0,0),15)
r =  Ray((0,0,0),(0,-1,1))
i=(intersect(s,r))