Matrix4x4::Interpolate

Matrix4x4::Interpolate
void Interpolate(const Matrix4x4& a, const Matrix4x4& b, T t);
Description

Interpolates the matrices.

Parameters
Parameters 
Description 
const Matrix4x4& a 
_nt_ 
const Matrix4x4& b 
_nt_ 
T t 
_nt_