#pragma once #include #include "09-Exercice4-Position2.h" typedef struct { double rayon; position centre; } sphere; bool testerExistenceIntersection(sphere sp1, sphere sp2);