Objektart | Variablen | Bedeutung |
---|---|---|
Punkt / point P | x[P], y[P] | Kartesische Koordinaten des Punktes |
Kreis / circle C | x[C], y[C], r[C] | Mittelpunktkoordinaten und Radius |
Grade / line L | a[L], b[L], c[L] | Koeffizienten in der Gleichung |
Strecke V | x[V], y[V], xv[V], yv[V] | Koordinaten des Anfangspunktes sind (x[V],y[V]), des Endpunktes (x[V]+xv[V],y[V]+yv[V]) |