GetSplinePointCatmullRom method
Implementation
Vector2C GetSplinePointCatmullRom(
Vector2C p1,
Vector2C p2,
Vector2C p3,
Vector2C p4,
double t,
) {
return _GetSplinePointCatmullRom(p1, p2, p3, p4, t);
}
Vector2C GetSplinePointCatmullRom(
Vector2C p1,
Vector2C p2,
Vector2C p3,
Vector2C p4,
double t,
) {
return _GetSplinePointCatmullRom(p1, p2, p3, p4, t);
}