mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 01:38:23 +00:00
Replace the typedef of the last parameter with the more appropriate 'Phaser.Math.Vector2Like'
This commit is contained in:
parent
b9467f6f5e
commit
822e1401cf
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
*
|
||||
* @param {Phaser.Geom.Line} line1 - The first Line to check.
|
||||
* @param {Phaser.Geom.Line} line2 - The second Line to check.
|
||||
* @param {(object|Phaser.Geom.Point|Phaser.Math.Vector2)} [out] - An optional Point-like object in which to store the coordinates of intersection, if needed.
|
||||
* @param {Phaser.Types.Math.Vector2Like} [out] - An optional point-like object in which to store the coordinates of intersection, if needed.
|
||||
*
|
||||
* @return {boolean} `true` if the two Lines intersect, and the `out` object will be populated, if given. Otherwise, `false`.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue