This chip would have 2 inputs (Vector3 origin, Vector3 direction). It would fire a ray starting from origin in the direction direction. It will return where the ray stopped, the normal of the face that it hit and the object that it hit.
This can be used for custom pathfinding, easier custom rendering of objects using canvases and can also be used for light simulations.