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

struct Curve3D
@nogc nothrow const
Vector3
interpolatef
(
in double fofs
)

Meta