Vector2C GetSplinePointLinear(Vector2C startPos, Vector2C endPos, double t) { return _GetSplinePointLinear(startPos, endPos, t); }