Tesla Graphics Engine Documentation (January 2012)
SmoothStep Method (a, b, wf, result)
TeslaTesla.MathVector2SmoothStep(Vector2%, Vector2%, Single, Vector2%)
Compute a cubic interpolation between two vectors.
Declaration Syntax
C#
public static void SmoothStep(
	ref Vector2 a,
	ref Vector2 b,
	float wf,
	out Vector2 result
)
Parameters
a (Vector2%)
First vector
b (Vector2%)
Second vector
wf (Single)
Weighting factor
result (Vector2%)
Existing vector to hold result

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