Crafter.Math/interfaces/main.cpp

8 lines
No EOL
172 B
C++

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;
}