GetSplinePointCatmullRom abstract method

Vector2StructType GetSplinePointCatmullRom(
  1. Vector2StructType p1,
  2. Vector2StructType p2,
  3. Vector2StructType p3,
  4. Vector2StructType p4,
  5. num t,
)

Implementation

Vector2StructType GetSplinePointCatmullRom(
  Vector2StructType p1,
  Vector2StructType p2,
  Vector2StructType p3,
  Vector2StructType p4,
  num t,
);