Ray tracing (pas termine).
[GPU.git] / WCudaMSE / Student_Cuda_Image / src / cpp / core / 04_RayTracing / moo / device / math / RayTracingMath.h
1 #ifndef RAY_TRACING_MATH_H
2 #define RAY_TRACING_MATH_H
3
4 class RayTracingMath
5 {
6
7 };
8
9 #endif