random(out) → {Phaser.Point}
Picks a random point from anywhere on the Line segment and returns it.
Parameters
Name | Type | Argument | Description |
---|---|---|---|
out | Phaser.Point | object | <optional> | A Phaser.Point, or any object with public x/y properties, that the values will be set in. |
Returns
An object containing the random point in its x
and y
properties.
- Source code: geom/Line.js (Line 257)
Please login to continue.