mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Typo
This commit is contained in:
parent
f0d2394c6f
commit
a8516d70c9
1 changed files with 2 additions and 2 deletions
|
@ -297,9 +297,9 @@ var Curve = new Class({
|
|||
*
|
||||
* @param {integer} divisions - The number of evenly spaced points from the curve to return. If falsy, step param will be used to calculate the number of points.
|
||||
* @param {number} step - Step between points. Used to calculate the number of points to return when quantity is falsy. Ignored if quantity is positive.
|
||||
* @param {(array|Phaser.Geom.Point[])} [out] - An optional array to store the points in.
|
||||
* @param {(array|Phaser.Math.Vector2[])} [out] - An optional array to store the points in.
|
||||
*
|
||||
* @return {(array|Phaser.Geom.Point[])} An array of Points from the perimeter of the rectangle.
|
||||
* @return {(array|Phaser.Math.Vector2[])} An array of Points from the perimeter of the rectangle.
|
||||
*/
|
||||
getPoints: function (divisions, stepRate, out)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue