Which of the following matrices represents a scaling transformation that doubles the size of an object in both x and y directions?
[2 0 0; 0 2 0; 0 0 1]
[0 2 0; 0 2 0; 0 0 1]
[2 0 0; 0 0 2; 0 0 1]
[1 0 0; 0 2 0; 0 0 1]

Computer Graphics Exercises are loading ...