CG2 Solved
CG2 Solved
**Time:** 2 Hours
**Max. Marks:** 35
**[5 × 2 = 10]**
**b) If Area of $$\triangle ABC = 5$$ sq. units is reflected through $$y = x$$ line, find Area of
transformed object.**
**c) Find Foreshortening factor $$f_y$$ of the transformation Matrix for Axonometric
projection:**
$$
T = \begin{bmatrix}
\end{bmatrix}
$$
- The foreshortening factor $$f_y$$ is the scaling factor for the $$y$$-axis.
$$
$$
- **Isometric**
- **Dimetric**
- **Trimetric**
**g) Find Initial point of part of circle $$x^2 + y^2 = 16$$ in second quadrant.**
- At the intersection with the positive $$y$$-axis: $$x = 0$$, $$y = 4$$.
- At the intersection with the negative $$x$$-axis: $$x = -4$$, $$y = 0$$.
- The initial point (starting from the positive $$y$$-axis, counterclockwise) is **(0, 4)**.
**[3 × 5 = 15]**
$$
T = \begin{bmatrix}
\end{bmatrix}
$$
$$
R(\theta) = \begin{bmatrix}
\end{bmatrix}
$$
- The given matrix matches this form with $$t$$ as the angle of rotation.
**b) If circle $$(x –1)^2 + (y + 1)^2 = 9$$ is translated by 2 units in $$X$$-direction and 3
units in $$Y$$-direction, find centre of transformed circle.**
- First, shearing in Y-direction proportional to $$x$$ and $$z$$ with 1 and 3 units,
respectively.
$$
S = \begin{bmatrix}
0&0&0&1
\end{bmatrix}
$$
$$
R = \begin{bmatrix}
\end{bmatrix}
$$
$$
T = \begin{bmatrix}
0&0&0&1
\end{bmatrix}
$$
**d) Obtain transformation matrix to Reflect the object through plane $$x = -2$$.**
- Translate by $$+2$$ to origin, reflect about $$x = 0$$, translate by $$-2$$ back.
$$
$$
Where:
$$
T_{+2} = \begin{bmatrix}
0&0&0&1
\end{bmatrix}
$$
$$
R_{x=0} = \begin{bmatrix}
0&0&0&1
\end{bmatrix}
$$
$$
T_{-2} = \begin{bmatrix}
0&0&0&1
\end{bmatrix}
$$
Multiply:
$$
T = \begin{bmatrix}
0&0&0&1
\end{bmatrix}
$$
**e) Develop the bottom view of the line segment $$AB$$ where $$A = [0, 0,nd $$B
=[1][1]$$.**
- So, **bottom view is the segment from (0, 0) to (1, 0) in the $$xy$$-plane**.
### Q3) Attempt any one of the following:
**[1 × 10 = 10]**
**a) Find the parametric equation of Bézier curve determined by four control points $$B_0
[0,1, B_2, B_3 [2,Also, find position vectors for $$t = 0.2, 0.4, 0.6$$.**
$$
B(t) = (1-t)^3 B_0 + 3(1-t)^2 t B_1 + 3(1-t)t^2 B_2 + t^3 B_3, \quad t \in[1]
$$
$$
$$
$$
$$
$$
$$
$$
= [0.768 + 0.288 + 0.016, 1.024 + 1.152 + 0.192 + 0]
$$
$$
= [1.072, 2.368]
$$
$$
$$
$$
$$
$$
$$
$$
$$
$$
= [1.856, 2.304]
$$
$$
$$
$$
$$
$$
$$
$$
$$
= [2.304, 1.856]
$$
**Summary:**
$$
$$
**Points:**
$$
$$
**(ii) Write the transformation matrix for dimetric projection with $$3zf(0,0)$$.**
- In dimetric projection, two axes have equal foreshortening, the third is different.
- The transformation matrix depends on the chosen angles; for standard dimetric
projection, typical angles are $$\theta = 42^\circ$$, $$\phi = 7^\circ$$.
- The matrix form is:
$$
P = \begin{bmatrix}
0&0&0&1
\end{bmatrix}
$$
- Where $$f_x, f_y$$ are the foreshortening factors for the axes. For specific values,
substitute the actual angles.
**End of Solutions.**