- paintComponent(Graphics) - Method in class ch.beattl.projektor.ProjektorPanel
-
- Point - Class in ch.beattl.gm3d
-
Eine Klasse zur Verwaltung von Punkten im 3D-Raum.
- Point(double, double, double) - Constructor for class ch.beattl.gm3d.Point
-
Instanziert einen Punkt mit Koordinaten (x,y,z).
- Point(Tuple) - Constructor for class ch.beattl.gm3d.Point
-
Instanziert einen neuen Punkt anhand des Tupels t.
- Point() - Constructor for class ch.beattl.gm3d.Point
-
Instanziert einen Punkt mit Koordinaten (0,0,0).
- Polyeder - Class in ch.beattl.projektor
-
Eine Klasse zur Speicherung der Eigenschaften (Punkte, Flaechen, etc.)
- Polyeder(String) - Constructor for class ch.beattl.projektor.Polyeder
-
Instanziert ein Polyeder mit Namen Name und Anzahl Ecken e.
- Polyeder() - Constructor for class ch.beattl.projektor.Polyeder
-
Instanziert ein Polyeder ohne Namen mit 0 Ecken.
- Polyeder(PolyederReader) - Constructor for class ch.beattl.projektor.Polyeder
-
Instanziert ein Polyeder anhand der Daten aus myReader.
- PolyederReader - Class in ch.beattl.projektor
-
Eine abstrakte Klasse zum Laden von Daten.
- PolyederReader() - Constructor for class ch.beattl.projektor.PolyederReader
-
- ProjektorApplet - Class in ch.beattl.projektor
-
Eine Klasse zur perspektivischen oder axonometrischen Darstellung
von Polyedern im Raum.
- ProjektorApplet() - Constructor for class ch.beattl.projektor.ProjektorApplet
-
- ProjektorPanel - Class in ch.beattl.projektor
-
Eine Klasse zur perspektivischen oder axonometrischen Darstellung
von Polyedern im Raum in einem JPanel.