Function Curve3D.interpolatef

Returns the position at the vertex fofs. It calls interpolate using the integer part of fofs as idx, and its fractional part as t.

Vector3 interpolatef (
  const(double) fofs
) nothrow @nogc const;