In Houdini, the old-school point() function could take a floating point index and linearly interpolated all the attributes, e.g. if p[0] was 0,1,0 and p[1] was 1,0,0, asking for point(0.5) got you .5,.5,0 (with other attributes similarly interpolated). Does TD have an equivalent?