VEC: style

This commit is contained in:
hasufell 2014-10-13 19:14:25 +02:00
parent 2c1d5fa5ec
commit 0dff1174f2
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ vec2Pt = p2 . unr2
vp2 :: PT -- ^ vector origin
-> PT -- ^ vector points here
-> Vec
vp2 a b = (pt2Vec b) - (pt2Vec a)
vp2 a b = pt2Vec b - pt2Vec a
-- |Computes the determinant of 3 points.