edited by
2,245 views
1 votes
1 votes

Consider the following statements regarding $2D$ transforms in computer graphics:

$S1: \: \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix} $ is a $2 \times 2$ matrix that reflects (mirrors) only $2D$ point about the X-axis.

$S2:$ A $2 \times 2$ matrix which mirrors any $2D$ point about the $X$-axis, is a rotation matrix.

What can you say about the statements $S1$ and $S2$?

  1. Both $S1$ and $S2$ are true
  2. Only $S1$ is true
  3. Only $S2$ is true
  4. Both $S1$ and $S2$ are false
edited by

1 Answer

0 votes
0 votes

Answer is B: Only S1 is true.

Answer:

Related questions

1 votes
1 votes
2 answers
1
Arjun asked Jul 2, 2019
10,077 views
Consider a raster system with resolution $640$ by $480$. What size is frame buffer (in bytes) for this system to store $12$ bits per pixel?$450$ kilobytes$500$ kilobytes$...
1 votes
1 votes
1 answer
3