Skip to content

Commit 6cf0f70

Browse files
committed
Fixed point.normalise | normalize phaserjs#872
1 parent c0460ef commit 6cf0f70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/phaser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3860,7 +3860,7 @@ declare module Phaser {
38603860
multiply(x: number, y: number): Phaser.Point;
38613861
multiplyAdd(a: Phaser.Point, b: Phaser.Point, s: number, out?: Phaser.Point): Phaser.Point;
38623862
negative(a: Phaser.Point, out?: Phaser.Point): Phaser.Point;
3863-
normalise(a: Phaser.Point, out?: Phaser.Point): Phaser.Point;
3863+
normalize(a: Phaser.Point, out?: Phaser.Point): Phaser.Point;
38643864
normalRightHand(a: Phaser.Point, out?: Phaser.Point): Phaser.Point;
38653865
perp(a: Phaser.Point, out?: Phaser.Point): Phaser.Point;
38663866
project(a: Phaser.Point, b: Phaser.Point, out?: Phaser.Point): Phaser.Point;

0 commit comments

Comments
 (0)