Phaser API Documentation

  Version: 

Member of: Phaser.Curves.Curve

getEndPoint([out])

Description:

Get a point at the end of the curve.

Parameters:

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

Optional Vector object to store the result in.

Returns:
Description:

Vector2 containing the coordinates of the curves end point.

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