import Crafter.Math;
import std;
using namespace Crafter;
int main() {
std::cout << IntersectionTestRaySphere<float>({0,0,0}, 10, {0,0,-100}, {0,1,0}) << std::endl;
}