GetSplinePointLinear method

Implementation

String GetSplinePointLinear(
  Vector2Base startPos,
  Vector2Base endPos,
  num t,
) => 'GetSplinePointLinear($startPos, $endPos, $t)';