Quiz 1
Quiz 1
Id: 183-15-11871
Solution:
We always rotate a polygon by rotating each of its vertexes with the same rotation
angle.
Given,
Old corner coordinates of the triangle = A (71,3), B (74, 1), C (71, 1) D(67,-2)
Rotation angle = θ = 60º
= 71 x cos60º – 3 x sin60º
=32.901
= 71 x sin60º + 3 x cos60º
= 62.987
= 36.133
= 63.585
Thus, the new co-ordinates of corner B that we get after rotation are = (36.133
, 63.585).
= 71 x cos60º – 1 x sin60º
= 34.633
= 71 x sin60º + 1 x cos60º
= 60.987
Thus, the new co-ordinates of corner C we get after rotation is = (34.633, 60.987).
= 35.232
= 57.023
Thus, the new co-ordinates of corner D we get after rotation is = (35.232 , 57.023).
A (32.901, 62.987),
B (36.133, 63.585),
C (34.633, 60.987)
,D(35.232 , 57.023).
Computer graphics deals with generating images with the aid of computers.
Today, computer graphics is a core technology in digital photography, film, video
games, cell phone and computer displays, and many specialized applications.
Graphical User Interface (GUI): It is a way of interacting with a computer using the
icon, menu, and other visual graphics by which the user easily interacts. Art:
Computer Graphics provides a new way of making designs. Many artists and
designers use illustrator, corel draw, Photoshop, adobe muse, and other types of
applications for creating new designs. Entertainment: Computer graphics allow
the user to make animated movies and games. Computer graphics are used to
create scenes. Computer graphics are also used for special effects and
animations. Presentations: Computer graphics are used for making charts, bar
diagrams, and other images for the presentation purpose, with the graphical
presentation the user can easily understand the points.
In my opinion jaggies occur in this figure.Jaggies occur because the screen display
doesn't have a high enough resolution to represent a smooth line. Anti-aliasing
uses the power of your computer's video card to reduce the jagged edges on
curved and diagonal lines on your PC's screen. Though most often used for
smoothing the appearance of computer games, anti-aliasing also plays a role in
graphic design, 3D modeling and other lines of work.