From 659a69bed10d1d9bf806b224b39da462b6cd5508 Mon Sep 17 00:00:00 2001 From: Justin Dretvic Date: Sun, 14 Jun 2020 15:47:40 +0200 Subject: [PATCH] Removed TODOs Removed TODOs in the Java code and set up an Issue for each one --- src/app/_1_GeoAnimation_DrawingOperations.java | 6 ------ src/app/_2_Methods.java | 1 - 2 files changed, 7 deletions(-) diff --git a/src/app/_1_GeoAnimation_DrawingOperations.java b/src/app/_1_GeoAnimation_DrawingOperations.java index b9cb7ca..7b3456a 100644 --- a/src/app/_1_GeoAnimation_DrawingOperations.java +++ b/src/app/_1_GeoAnimation_DrawingOperations.java @@ -127,8 +127,6 @@ public class _1_GeoAnimation_DrawingOperations extends JPanel{ g2d.fillOval(Meth.getCoords(Meth.normVector(_0_Matrices.END), "x")-(_0_Constants.RADIUS_KUGEL), Meth.getCoords(Meth.normVector(_0_Matrices.END), "y")-(_0_Constants.RADIUS_KUGEL), _0_Constants.DIAMETER_KUGEL, _0_Constants.DIAMETER_KUGEL); g2d.drawString("END", Meth.getCoords(Meth.normVector(_0_Matrices.END), "x"),Meth.getCoords(Meth.normVector(_0_Matrices.END), "y")-15); - // TODO Wenn sich zwei Punkte gegenüberstehen, was dann? - // TODO Stopper verbessern // Wegpunkt & Streckenverlauf Zeichnen g2d.setColor(Color.CYAN); double[][] bewegung = Meth.drehBewegung(Math.toRadians(time)); @@ -153,10 +151,6 @@ public class _1_GeoAnimation_DrawingOperations extends JPanel{ g2d.setColor(Color.CYAN); g2d.fillOval(Meth.getCoords(Meth.normVector(bewegung), "x")-(_0_Constants.RADIUS_KUGEL), Meth.getCoords(Meth.normVector(bewegung), "y")-(_0_Constants.RADIUS_KUGEL), _0_Constants.DIAMETER_KUGEL, _0_Constants.DIAMETER_KUGEL); - // TODO Reihenfolge von Globus und Bewegung fixen - // TODO Reale Orte an wählbare Koordinaten knüpfen - - } } \ No newline at end of file diff --git a/src/app/_2_Methods.java b/src/app/_2_Methods.java index 019e8dd..0e807a7 100644 --- a/src/app/_2_Methods.java +++ b/src/app/_2_Methods.java @@ -38,7 +38,6 @@ public class _2_Methods { return vectorNormiert; } - // TODO andere Rechenweise anwenden #Discord // Gibt eine Drehmatrix für die Bewegung des "Flugzeugs" wieder protected double[][] drehBewegung(double _time) { // Trennlinie P_Dach