Computer Science, asked by Adiamb1376, 1 year ago

Differentiate between world and window in computer grapcs

Answers

Answered by Anonymous
0
Window:

A world-coordinate area selected for display is called a window.

In computer graphics, a window is a graphical control element.

Viewport:

An area on a display device to which a window is mapped is called a viewport.

A viewport is a polygon viewing region in computer graphics. The viewport is an area expressed in rendering-device-specific coordinates, e.g. pixels for screen coordinates, in which the objects of interest are going to be rendered.

Similar questions