mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Fixed point.normalise | normalize #872
This commit is contained in:
parent
c0460ef3df
commit
6cf0f7073e
1 changed files with 1 additions and 1 deletions
2
build/phaser.d.ts
vendored
2
build/phaser.d.ts
vendored
|
@ -3860,7 +3860,7 @@ declare module Phaser {
|
|||
multiply(x: number, y: number): Phaser.Point;
|
||||
multiplyAdd(a: Phaser.Point, b: Phaser.Point, s: number, out?: Phaser.Point): Phaser.Point;
|
||||
negative(a: Phaser.Point, out?: Phaser.Point): Phaser.Point;
|
||||
normalise(a: Phaser.Point, out?: Phaser.Point): Phaser.Point;
|
||||
normalize(a: Phaser.Point, out?: Phaser.Point): Phaser.Point;
|
||||
normalRightHand(a: Phaser.Point, out?: Phaser.Point): Phaser.Point;
|
||||
perp(a: Phaser.Point, out?: Phaser.Point): Phaser.Point;
|
||||
project(a: Phaser.Point, b: Phaser.Point, out?: Phaser.Point): Phaser.Point;
|
||||
|
|
Loading…
Reference in a new issue