Ray.hpp
Go to the documentation of this file.
68 std::pair<ememory::SharedPtr<ege::Element>, std::pair<vec3,vec3>> testRayObject(ege::physics::Engine& _engine);
const vec3 & getDirection() const
Gets the ray's direction.
Definition: Ray.hpp:56
Definition: AudioElement.hpp:8
Definition: Ray.hpp:17
Definition: Engine.hpp:41
Ray(const vec3 &_origin=vec3(0, 0, 0), const vec3 &_direction=vec3(0, 0, 1))
Contructor.