Tesla Graphics Engine Documentation (January 2012)
Lerp Method (a, b, percent)
Tesla
►
Tesla.Math
►
Matrix
►
Lerp(Matrix, Matrix, Single)
C#
Linearly interpolate between the two specified matrices.
Declaration Syntax
C#
public
static
Matrix
Lerp
(
Matrix
a
,
Matrix
b
,
float
percent
)
Parameters
a
(
Matrix
)
Starting matrix
b
(
Matrix
)
Ending matrix
percent
(
Single
)
Percent to interpolate by
Return Value
Interpolated matrix
Assembly:
Tesla
(Module: Tesla) Version: 0.5.0.0 (0.5.0.0)