Curve2D.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".

struct Curve2D
@nogc nothrow const
Vector2
interpolatef
(
in double fofs
)

Meta