Matrix2x4::SetLerp

Matrix2x4::SetLerp
SF_EXPORT void SetLerp(const Matrix2x4& m1, const Matrix2x4& m2, T t);
Description

SetLerp creates a new matrix from a blend of the passed two matrices m1 and m2, parameterized by t.

Parameters
Parameters 
Description 
const Matrix2x4& m1 
The matrix 1 
const Matrix2x4& m2 
The matrix 2. 
T t 
Amount to interpolate between the values of the two matrices.