Fix haddock comment
This commit is contained in:
parent
f230738e08
commit
357c427f0b
@ -20,7 +20,7 @@ inRange (xlD, xuD) (ylD, yuD) p
|
|||||||
(x, y) = unp2 p
|
(x, y) = unp2 p
|
||||||
|
|
||||||
|
|
||||||
-- |Get the angle between two vectors in degrees.
|
-- |Get the angle between two vectors.
|
||||||
getAngle :: Vec -> Vec -> Double
|
getAngle :: Vec -> Vec -> Double
|
||||||
getAngle a b = acos .
|
getAngle a b = acos .
|
||||||
flip (/) (vecLength a * vecLength b) .
|
flip (/) (vecLength a * vecLength b) .
|
||||||
|
Loading…
Reference in New Issue
Block a user