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