mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
commit
45f9db515a
1 changed files with 1 additions and 1 deletions
2
build/phaser.d.ts
vendored
2
build/phaser.d.ts
vendored
|
@ -1142,7 +1142,7 @@ declare module Phaser {
|
|||
static multiply(a: Phaser.Point, b: Phaser.Point, out?: Phaser.Point): Phaser.Point;
|
||||
static divide(a: Phaser.Point, b: Phaser.Point, out?: Phaser.Point): Phaser.Point;
|
||||
static equals(a: Phaser.Point, b: Phaser.Point): boolean;
|
||||
static distance(a: Phaser.Point, b: Phaser.Point, round: boolean): number;
|
||||
static distance(a: Phaser.Point, b: Phaser.Point, round?: boolean): number;
|
||||
static rotate(a: Phaser.Point, x: number, y: number, angle: number, asDegrees: boolean, distance: boolean): Phaser.Point;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue