GetSplinePointLinear function

Vector2C GetSplinePointLinear(
  1. Vector2C startPos,
  2. Vector2C endPos,
  3. double t
)

Implementation

Vector2C GetSplinePointLinear(Vector2C startPos, Vector2C endPos, double t) => _module.GetSplinePointLinear(startPos, endPos, t);