Tesla Graphics Engine Documentation (January 2012)
InterpolateTransforms Method (start, end, percent)
TeslaTesla.MathTransformInterpolateTransforms(Transform, Transform, Single)
Interpolates between two transforms, setting the result to this transform. Slerp is applied to the rotations and Lerp to the translation/scale.
Declaration Syntax
C#
public void InterpolateTransforms(
	Transform start,
	Transform end,
	float percent
)
Parameters
start (Transform)
Starting transform
end (Transform)
Ending transform
percent (Single)
Percent to interpolate between the two transforms, must be between 0 and 1

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