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