From f8faaba2837101dc8eb62864407adc77f7794ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Muller?= <chloe.muller@student-cs.fr> Date: Mon, 27 Jan 2020 15:09:15 +0100 Subject: [PATCH] Ajout de la classe rotations --- class_rotations.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 class_rotations.py diff --git a/class_rotations.py b/class_rotations.py new file mode 100644 index 0000000..47db5ac --- /dev/null +++ b/class_rotations.py @@ -0,0 +1,7 @@ +class rotations : + def __init__(self, x, y, z): + self.x = x + self.y = y + self.z = z + + \ No newline at end of file -- GitLab