We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2793fde + bf995c7 commit c5f28f1Copy full SHA for c5f28f1
1 file changed
src/geom/line/Line.js
@@ -182,7 +182,7 @@ var Line = new Class({
182
},
183
184
/**
185
- * Returns a Vector2 object that corresponds to the start of this Line.
+ * Returns a Vector2 object that corresponds to the end of this Line.
186
*
187
* @method Phaser.Geom.Line#getPointB
188
* @since 3.0.0
@@ -191,7 +191,7 @@ var Line = new Class({
191
192
* @param {Phaser.Math.Vector2} [vec2] - A Vector2 object to set the results in. If `undefined` a new Vector2 will be created.
193
194
- * @return {Phaser.Math.Vector2} A Vector2 object that corresponds to the start of this Line.
+ * @return {Phaser.Math.Vector2} A Vector2 object that corresponds to the end of this Line.
195
*/
196
getPointB: function (vec2)
197
{
0 commit comments