GetSplinePointCatmullRom abstract method
Vector2StructType
GetSplinePointCatmullRom(
- Vector2StructType p1,
- Vector2StructType p2,
- Vector2StructType p3,
- Vector2StructType p4,
- num t,
Implementation
Vector2StructType GetSplinePointCatmullRom(
Vector2StructType p1,
Vector2StructType p2,
Vector2StructType p3,
Vector2StructType p4,
num t,
);