mirror of
https://github.com/photonstorm/phaser
synced 2025-02-18 06:58:30 +00:00
Typo
This commit is contained in:
parent
dd448f505a
commit
f39c6d1ee6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue