mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -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() {
|
cross: function() {
|
||||||
var point = Point.read(arguments);
|
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