mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-03 12:27:19 -05:00
Merge branch 'master' into production
This commit is contained in:
commit
3310e2bdbf
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class Ellipse
|
||||||
rectangle.intersectsEllipse @
|
rectangle.intersectsEllipse @
|
||||||
|
|
||||||
intersectsEllipse: (ellipse) ->
|
intersectsEllipse: (ellipse) ->
|
||||||
@rectangle().intersectsEllipse @ # TODO: actually implement ellipse-ellipse intersection
|
@rectangle().intersectsEllipse ellipse # TODO: actually implement ellipse-ellipse intersection
|
||||||
#return true if @containsPoint ellipse.getPos()
|
#return true if @containsPoint ellipse.getPos()
|
||||||
|
|
||||||
intersectsShape: (shape) ->
|
intersectsShape: (shape) ->
|
||||||
|
|
Loading…
Reference in a new issue