Cleanup
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
module Dodge.ShiftPoint where
|
||||
import Geometry
|
||||
import Geometry.Vector3D
|
||||
|
||||
shiftPointBy :: (Point2,Float) -> Point2 -> Point2
|
||||
shiftPointBy (pos,rot) p = pos +.+ rotateV rot p
|
||||
|
||||
Reference in New Issue
Block a user