Tesla Graphics Engine Documentation (January 2012)
CatmullRom Method (a, b, c, d, wf, result)
TeslaTesla.MathVector2CatmullRom(Vector2%, Vector2%, Vector2%, Vector2%, Single, Vector2%)
Compute Catmull-Rom interpolation.
Declaration Syntax
C#
public static void CatmullRom(
	ref Vector2 a,
	ref Vector2 b,
	ref Vector2 c,
	ref Vector2 d,
	float wf,
	out Vector2 result
)
Parameters
a (Vector2%)
First position
b (Vector2%)
Second position
c (Vector2%)
Third position
d (Vector2%)
Fourth position
wf (Single)
Weighting factor
result (Vector2%)
Existing vector to hold result

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)