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

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