UNPKG

@phaserjs/phaser

Version:
4 lines 221 B
import { IEllipse } from './IEllipse'; import { Vec2 } from '../../math/vec2/Vec2'; export declare function EllipseContainsPoint(ellipse: IEllipse, point: Vec2): boolean; //# sourceMappingURL=EllipseContainsPoint.d.ts.map