Searched refs:rot_center (Results 1 – 1 of 1) sorted by relevance
2958 D3DXVECTOR2 rot_center, sca, sca_center, trans; in test_Matrix_Transformation2D() local2961 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()