This commit is contained in:
Richard Davey 2021-03-10 11:53:49 +00:00
parent dd448f505a
commit f39c6d1ee6

View file

@ -9,7 +9,7 @@ var GetMagnitudeSq = require('./GetMagnitudeSq');
/**
* Calculates the vector projection of `pointA` onto the nonzero `pointB`. This is the
* orthogonal projection of `pointA` onto a straight line paralle to `pointB`.
* orthogonal projection of `pointA` onto a straight line parallel to `pointB`.
*
* @function Phaser.Geom.Point.Project
* @since 3.0.0