TESTS: reorder arguments in getAngleProp6
This commit is contained in:
parent
ce418f33f2
commit
d7366c7e27
@ -79,4 +79,4 @@ getAngleProp5 (Positive (R2 x1 _)) (Positive (R2 _ y2))
|
||||
|
||||
getAngleProp6 :: Positive Vec -> Positive Vec -> Bool
|
||||
getAngleProp6 (Positive (R2 _ y1)) (Positive (R2 x2 _))
|
||||
= getAngle (R2 x2 0) (R2 0 y1) == pi / 2
|
||||
= getAngle (R2 0 y1) (R2 x2 0) == pi / 2
|
||||
|
Loading…
Reference in New Issue
Block a user