2D computer graphics: Difference between revisions

Content deleted Content added
mNo edit summary
No edit summary
Line 11:
==2D graphics techniques==
 
2D graphics models may combine [[2D geometric model|geometric shapes]] (also called [[vector graphics]]), [[digital image]]s (oralso called [[raster graphics]]), text to be [[typesetting|typeset]] with specific [[font]]s, mathematical [[function]]s and [[equation]]s, and more. These components can be modified and manipulated by two-dimensional [[geometric transformation]]s such as [[translation]], [[rotation]], [[scaling]].
 
In [[object oriented graphics]], the image is described indirectly by an [[object (computers)|object]] endowed with a self-[[rendering]] [[method (computerd)|method]] -- a procedure which assigns colors to the image [[pixel]]s by an arbitrary algorithm. Complex models can be built by combining simpler objects, in the paradigms of [[object-oriented programming]].