edited by
2,981 views
2 votes
2 votes

In the context of 3D computer graphics, which of the following statements is/are true?

P : Orthographic transformations keep parallel lines parallel.

Q : Orthographic transformations are affine transformations.

Select the correct answer from the options given below:

  1. Both P and Q
  2. Neither P nor Q
  3. Only P
  4. Only Q
edited by

2 Answers

Best answer
2 votes
2 votes

correct ans is A

Orthographic projections are parallel projections. Each line that is originally parallel will be parallel after this transformation.

Orthographic projection (sometimes referred to as orthogonal projection, used to be called analemma[a]) is a means of representing three-dimensional objects in two dimensions. It is a form of parallel projection, in which all the projection lines are orthogonal to the projection plane,

In Euclidean geometry, an affine transformation, or an affinity (from the Latin, affinis, "connected with"), is a geometric transformation that preserves lines and parallelism (but not necessarily distances and angles).

The orthographic projection can be represented by a affine transformation.

https://en.wikipedia.org/wiki/Affine_transformation

https://en.wikipedia.org/wiki/Orthographic_projection

 

 

selected by
0 votes
0 votes

P: orthographic projection doesn't always keep parallel lines parallel. 

Q: It is a form of parallel projection, in which all the projection lines are orthogonal to the projection plane, resulting in every plane of the scene appearing in affine transformation on the viewing surface.

Only Q is true. so option D is correct. 

Answer:

Related questions

1 votes
1 votes
2 answers
2
Arjun asked Jul 2, 2019
9,931 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
4