import { Sphere } from "../index"

const ball0 = new Sphere()
ball0.x = -25

const ball1 = new Sphere()
ball1.x = 25