9 #ifndef CUBBYFLOW_RAY_H 10 #define CUBBYFLOW_RAY_H 22 template <
typename T,
size_t N>
25 static_assert(N != 2 && N != 3,
"Not implemented.");
26 static_assert(std::is_floating_point<T>::value,
"Ray only can be instantiated with floating point types");
Class for ray.
Definition: Ray.h:23
Definition: pybind11Utils.h:24