1
0
This commit is contained in:
Alex_Hubert
2021-10-15 23:16:27 +02:00
parent 87108df552
commit 1e35a3a43c
2 changed files with 66 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ def main():
v2 = np.array([1, 0, 0])
v3 = np.array([1, 0, 0])
t = 0
dt = 0.1
if __name__ == '__main__':