2
0
Fork 0
mirror of https://github.com/photonstorm/phaser synced 2024-12-21 02:23:29 +00:00
phaser/v3/typings/geom/ellipse/ContainsPoint.d.ts

3 lines
98 B
TypeScript
Raw Normal View History

2017-01-16 21:43:07 +00:00
import Ellipse from './Ellipse';
export default function (ellipse: Ellipse, point: any): boolean;