Skip to content

Commit 14b16fb

Browse files
committed
Update Point.js
1 parent c562900 commit 14b16fb

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/geom/Point.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -455,13 +455,6 @@ Phaser.Point.rotate = function (a, x, y, angle, asDegrees, distance) {
455455

456456
};
457457

458-
/**
459-
* Calculates centroid (or midpoint) from an array of points. If only one point is provided, that point is returned.
460-
* @method Phaser.Point.centroid
461-
* @param {Phaser.Point[]} points - The array of one or more points.
462-
* @param {Phaser.Point} [out] - Optional Point to store the value in, if not supplied a new Point object will be created.
463-
* @return {Phaser.Point} The new Point object.
464-
*/
465458
/**
466459
* Calculates centroid (or midpoint) from an array of points. If only one point is provided, that point is returned.
467460
* @method Phaser.Point.centroid

0 commit comments

Comments
 (0)