Home
last modified time | relevance | path

Searched refs:rot_center (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/d3dx9_36/
H A Dmath.c2958 D3DXVECTOR2 rot_center, sca, sca_center, trans; in test_Matrix_Transformation2D() local
2961 rot_center.x = 3.0f; in test_Matrix_Transformation2D()
2962 rot_center.y = 4.0f; in test_Matrix_Transformation2D()
2994 D3DXMatrixTransformation2D(&got_mat, &sca_center, sca_rot, &sca, &rot_center, rot, &trans); in test_Matrix_Transformation2D()