Tesla Graphics Engine Documentation (January 2012)
CatmullRom Method (a, b, c, d, wf)
TeslaTesla.MathVector3CatmullRom(Vector3, Vector3, Vector3, Vector3, Single)
Compute Catmull-Rom interpolation using the the specified positions.
Declaration Syntax
C#
public static Vector3 CatmullRom(
	Vector3 a,
	Vector3 b,
	Vector3 c,
	Vector3 d,
	float wf
)
Parameters
a (Vector3)
First position
b (Vector3)
Second position
c (Vector3)
Third position
d (Vector3)
Fourth position
wf (Single)
Weighting factor
Return Value
Resulting interpolated vector

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