Returns the point along ray r at parameter t: origin + direction * t.
origin + direction * t
the world-space point at r.origin + r.direction * t
r.origin + r.direction * t
the ray
the parameter along the ray