mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 14:38:30 +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 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 divide(a: Phaser.Point, b: Phaser.Point, out?: Phaser.Point): Phaser.Point;
|
||||||
static equals(a: Phaser.Point, b: Phaser.Point): boolean;
|
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;
|
static rotate(a: Phaser.Point, x: number, y: number, angle: number, asDegrees: boolean, distance: boolean): Phaser.Point;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue