Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoren committed Jun 22, 2020
1 parent 3a4f0f9 commit 58aa1c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
7 changes: 0 additions & 7 deletions header-comment.txt

This file was deleted.

6 changes: 3 additions & 3 deletions p5.collide2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Repo: https://github.com/bmoren/p5.collide2D/
Created by http://benmoren.com
Some functions and code modified version from http://www.jeffreythompson.org/collision-detection
Version 0.6 | Nov 28th, 2018
Version 0.7 | June 22, 2020
CC BY-NC-SA 4.0
*/


console.log("### p5.collide ###")
console.log("### p5.collide v0.7 ###")

p5.prototype._collideDebug = false;

Expand Down Expand Up @@ -516,4 +516,4 @@ p5.prototype.collidePointArc = function(px, py, ax, ay, arcRadius, arcHeading, a
// p5.vector version of collidePointArc
p5.prototype.collidePointArcVector = function(p1, a, arcRadius, arcHeading, arcAngle, buffer){
return p5.prototype.collidePointArc(p1.x, p1.y, a.x, a.y, arcRadius, arcHeading, arcAngle, buffer);
}
}

0 comments on commit 58aa1c7

Please sign in to comment.