GetSplinePointCatmullRom method

Implementation

String GetSplinePointCatmullRom(
  Vector2Base p1,
  Vector2Base p2,
  Vector2Base p3,
  Vector2Base p4,
  num t,
) => 'GetSplinePointCatmullRom($p1, $p2, $p3, $p4, $t)';