fix maths and added links

This commit is contained in:
Peter 2020-12-08 15:26:26 +08:00
parent 6034eaf1a8
commit 7a61d16599
4 changed files with 4 additions and 2 deletions

View File

@ -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.
</code></pre>
</code></pre>
</div>
</div>
<br>
<a class="link" style="left:1%; bottom: 1%;" href="https://npc-strider.github.io/maths">🔗 Back to MATHS home page</a><br>
<a class="link" style="left:1%; bottom: 1%;" href="https://npc-strider.github.io">🔗 Back to home page</a><br>
</body>