Parallelise, allow us to write out partial progress, add a few more object types (#3)

This commit is contained in:
Patrick Stevens
2021-04-11 13:40:23 +01:00
committed by GitHub
parent a001bab92b
commit 136eecc6f2
20 changed files with 951 additions and 426 deletions

View File

@@ -9,8 +9,6 @@ module Ray =
val walkAlong : Ray -> float -> Point
val between : Point -> Point -> Ray option
val parallelTo : Point -> Ray -> Ray
val liesOn : Point -> Ray -> bool