UNPKG

@phaserjs/phaser

Version:
4 lines 225 B
import { IEllipse } from './IEllipse'; import { Vec2 } from '../../math/vec2/Vec2'; export declare function GetEllipsePoint(ellipse: IEllipse, position: number, out?: Vec2): Vec2; //# sourceMappingURL=GetEllipsePoint.d.ts.map