Refactor weapon usages
This commit is contained in:
@@ -258,6 +258,7 @@ ssaTri ab bc a
|
||||
-- the point which lies between pa and pc' on a line from pb of length bc.
|
||||
-- Note that there are likely two such points, this should return the point
|
||||
-- closer to pc'.
|
||||
-- TODO this still causes errors, should be made error free
|
||||
ssaTriPoint :: Point2 -> Point2 -> Point2 -> Float -> Point2
|
||||
ssaTriPoint pa pb pc' bc
|
||||
= let ab = magV (pa -.- pb)
|
||||
|
||||
Reference in New Issue
Block a user