d3dx9: Implementation of D3DXMatrixDecompose and tests

H. Verbeet hverbeet at gmail.com
Mon Aug 4 14:45:29 CDT 2008


2008/8/4 Luis Busquets <luis.busquets at ilidium.com>:
> +#include "d3d9.h"
...
> +#define module(vx,vy,vz) sqrt((vx)*(vx)+(vy)*(vy)+(vz)*(vz))
...
> +#include "stdio.h"

You don't really need those.



More information about the wine-devel mailing list