Wiki > TV3D65 Index > TVMathLibrary
Performs linear interpolation on two matrices.
| VB.NET | TVMatrixLerp(retOut As TV_3DMATRIX , mIn1 As TV_3DMATRIX , mIn2 As TV_3DMATRIX , t As Single) |
|---|---|
| C++ | void TVMatrixLerp(cTV_3DMATRIX* retOut , cTV_3DMATRIX* mIn1 , cTV_3DMATRIX* mIn2 , float t ) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| mIn1 | No | Matrix 1 |
| mIn2 | No | Matrix 2 |
| t | No | Interpolation coefficient |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| retOut | No | Interpolated matrix |
| Example | Basic example. |
|---|