Put config/targeting pictures in sensible places, tweak main loop
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ errorClosestPointOnLine !i !x !y
|
||||
| otherwise = closestPointOnLine x y
|
||||
-- | Debug version of 'closestPointOnLineParam'
|
||||
errorClosestPointOnLineParam :: Int -> Point2 -> Point2 -> Point2 -> Float
|
||||
errorClosestPointOnLineParam _ !x! y! z
|
||||
errorClosestPointOnLineParam _ !x !y !z
|
||||
| x == y = dist x z
|
||||
| otherwise = closestPointOnLineParam x y z
|
||||
|
||||
|
||||
Reference in New Issue
Block a user