If Joe Graphics programs these lines of code:
a. glRotatef( 45., 1., 0., 0. );glTranslatef( 1., 2., 3. );
followed by drawing something, he is trying to:
b. Translate, then rotate that object
c. The order actually doesn't matter
d. Rotate, then translate that object