mirror of
https://github.com/Smaug123/ray-tracing-fsharp
synced 2025-10-12 07:18:39 +00:00
Parallelise, allow us to write out partial progress, add a few more object types (#3)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user