Phaser API Documentation

  Version: 
getRandomPoint([out])

Description:

Get a random point from the curve.

Parameters:

name type arguments description
out Phaser.Math.Vector2 <optional>

A point object to store the result in.

Returns:
Description:

The point.

Since: 3.0.0
Source: src/curves/Curve.js (Line 349)