Phaser API Documentation

  Version: 
getStartPoint([out])

Description:

Gets the starting point on the curve.

Parameters:

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

A Vector2 object to store the result in. If not given will be created.

Returns:
Description:

The coordinates of the point on the curve. If an out object was given this will be returned.

Since: 3.0.0