normalize() → {Phaser.Point}
Alters the Point object so that its length is 1, but it retains the same direction.
Returns
This Point object.
- Source code: geom/Point.js (Line 358)
normalize() → {Phaser.Point}
Alters the Point object so that its length is 1, but it retains the same direction.
This Point object.
Please login to continue.