Matrix2x4::Interpolate

Matrix2x4::Interpolate
inline void Interpolate(const Matrix2x4<T>& a, const Matrix2x4<T>& b, T t);
Description

Interpolates the matrices.

Parameters
Parameters 
Description 
const Matrix2x4<T>& a 
_nt_ 
const Matrix2x4<T>& b 
_nt_ 
T t 
_nt_