Name: | _______________________________ |
Student ID: | _______________________________ |
glTranslate3f( -1., 0., 2. ); glRotatef( 30., 0.0, 1.0, 0.0 ); glScalef( 5., 5., 5. ); glutSolidTeapot(1.0);
5. * cos(30.) | -sin(30.) | 0 | -1. |
sin(30.) | - 5. * cos(30.) | 0 | 0. |
0 | 0 | 5. | 2. |
0 | 0 | 0 | 1 |