#include "Ray.h" Vector3f Ray::origin() const { return origin_; } Vector3f Ray::direction() const { return direction_; }