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

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