From 7a61d16599c38ce1607e43a2422d9af46721db54 Mon Sep 17 00:00:00 2001 From: npc-strider Date: Tue, 8 Dec 2020 15:26:26 +0800 Subject: [PATCH] fix maths and added links --- {math => maths}/2.5d rotations.html | 6 ++++-- {math => maths}/de moivre theorem.html | 0 {math => maths}/index.html | 0 {math => maths}/style.css | 0 4 files changed, 4 insertions(+), 2 deletions(-) rename {math => maths}/2.5d rotations.html (98%) rename {math => maths}/de moivre theorem.html (100%) rename {math => maths}/index.html (100%) rename {math => maths}/style.css (100%) diff --git a/math/2.5d rotations.html b/maths/2.5d rotations.html similarity index 98% rename from math/2.5d rotations.html rename to maths/2.5d rotations.html index 1f877db..f228fc4 100644 --- a/math/2.5d rotations.html +++ b/maths/2.5d rotations.html @@ -413,8 +413,10 @@ X_ = s * np.matmul(SHEAR, X) + S # shear, then scale every point by s. # The trajectory will still look 'realistic', not curving to the side but still # 'visually correct' and will be functionally correct in that it # starts at silo S and ends at target T. - + - +
+ 🔗 Back to MATHS home page
+ 🔗 Back to home page
\ No newline at end of file diff --git a/math/de moivre theorem.html b/maths/de moivre theorem.html similarity index 100% rename from math/de moivre theorem.html rename to maths/de moivre theorem.html diff --git a/math/index.html b/maths/index.html similarity index 100% rename from math/index.html rename to maths/index.html diff --git a/math/style.css b/maths/style.css similarity index 100% rename from math/style.css rename to maths/style.css