mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
4 lines
141 B
TypeScript
4 lines
141 B
TypeScript
|
import Ellipse from './Ellipse';
|
||
|
import Rectangle from '../rectangle';
|
||
|
export default function (ellipse: Ellipse, rect: Rectangle): boolean;
|