GetSplinePointBezierQuad method

Implementation

String GetSplinePointBezierQuad(
  Vector2Base p1,
  Vector2Base c2,
  Vector2Base p3,
  num t,
) => 'GetSplinePointBezierQuad($p1, $c2, $p3, $t)';