Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
closes #12
  • Loading branch information
bmoren committed Jun 4, 2018
1 parent 41c9530 commit a869d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -168,7 +168,7 @@ function draw() {
```

#### collideRectCircle()
###### collideRectRect(x, y, width, height, x2, y2, width2, height2 )
###### collideRectCircle(x1, y1, width1, height1, cx, cy, diameter)
rect circle collision in 2D. Assumes rectMode(CORNER) && ellipseMode(CENTER);

```javascript
Expand Down

0 comments on commit a869d52

Please sign in to comment.