Cleanup
This commit is contained in:
+2
-2
@@ -115,7 +115,7 @@ translate3 = fmap . overPos . (+.+.+)
|
||||
|
||||
tranRot :: V2 Float -> Float -> Picture -> Picture
|
||||
{-# INLINE tranRot #-}
|
||||
tranRot (V2 x y) r = fmap $ overPos (translateH x y . rotate3 r)
|
||||
tranRot (V2 x y) r = fmap $ overPos (translateH x y . rotate3z r)
|
||||
|
||||
setDepth :: Float -> Picture -> Picture
|
||||
{-# INLINE setDepth #-}
|
||||
@@ -144,7 +144,7 @@ scale x = fmap . overPos . scale3 x
|
||||
|
||||
rotate :: Float -> Picture -> Picture
|
||||
{-# INLINE rotate #-}
|
||||
rotate = fmap . overPos . rotate3
|
||||
rotate = fmap . overPos . rotate3z
|
||||
|
||||
makeArc :: Float -> Point2 -> [Point2]
|
||||
{-# INLINE makeArc #-}
|
||||
|
||||
Reference in New Issue
Block a user