Computes the 4x4 translation matrix.
The function ippmTranslation_m4_32f is declared in the ippm.h file. This function computes the 4x4 translation matrix for the given translation components, as follows:
| 1 0 0 sx |
dst = | 0 1 0 sy |
| 0 0 1 sz |
| 0 0 0 1 |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.