mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Merge remote branch 'origin/master'
This commit is contained in:
commit
130d9ebb23
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ var Point = this.Point = Base.extend({
|
|||
*/
|
||||
cross: function() {
|
||||
var point = Point.read(arguments);
|
||||
return this.x * point.y - this.y - point.x;
|
||||
return this.x * point.y - this.y * point.x;
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue