A tool for evaluating multiple NURBS curve/surface points using the GPU.
 
 
 

11 lines
155 B

#ifndef UNTITLED1_UTILS_H
#define UNTITLED1_UTILS_H
#include <windows.h>
namespace utils {
double get_time_windows();
}
#endif //UNTITLED1_UTILS_H