#pragma once #include "J3ML/Geometry.h" namespace J3ML::Geometry { class Sphere { public: Sphere(const Vector3& pos, float radius) { } }; }