Skip to content

Commit

Permalink
Update Monkey-X - Collision - Circle vs Rectangle - code example.monkey
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakz001 committed Mar 4, 2017
1 parent b03407d commit 4759a12
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Monkey-X - Collision - Circle vs Rectangle - code example.monkey
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,6 @@ Class vector2d
End Method
End Class

Class line
Field base:vector2d
Field direction:vector2d
Method New(base:vector2d,direction:vector2d)
Self.base = base
Self.direction = direction
End Method
Method draw()
DrawLine base.x,base.y,direction.x,direction.y
End Method
End Class

Class circle
Field center:vector2d
Field radius:Float
Expand Down

0 comments on commit 4759a12

Please sign in to comment.