next up previous contents
Nächste Seite: Was ist ein Polygon? Aufwärts: Grundlagen der Computergrafik Vorlesung Vorherige Seite: DDA-Algorithmen   Inhalt

Darstellung von Polygonen

Polygone werden häufig in der Computergrafik eingesetzt, insbesondere da andere Objekte durch Polygone angenähert werden können.

Wir können bereits Liniensegmente darstellen:

void DrawLine(int x0, int y0, int x1, int y1, int color)

polygondraw

DrawPolygon(point_list,color)



Unterabschnitte

© 2004/2005, A. Formella & D. Fellner, Universität Braunschweig