Matrix3x4::Interpolate

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

Interpolates the matrices.

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