MOS
|
#include <ray.hpp>
Public Member Functions | |
Ray (const glm::vec3 &origin, const glm::vec3 &direction) | |
auto | direction () const -> glm::vec3 |
auto | direction (const glm::vec3 &direction) -> void |
Public Attributes | |
glm::vec3 | origin |
Ray for ray testing.