GetSplinePointLinear method

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

Implementation

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