Ray2.h
Go to the documentation of this file.
26 static_assert(std::is_floating_point<T>::value, "Ray only can be instantiated with floating point types");
Vector2< T > direction
The direction of the ray.
Definition: Ray2.h:32
Definition: pybind11Utils.h:24