mirror of
https://github.com/wassname/phaser.git
synced 2026-06-28 16:20:37 +08:00
Vendored
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user