SF_EXPORT void SetLerp(const Matrix2x4& m1, const Matrix2x4& m2, T t);
SetLerp creates a new matrix from a blend of the passed two matrices m1 and m2, parameterized by t.