UNPKG

@phaserjs/phaser

Version:
4 lines 246 B
import { IEllipse } from './IEllipse'; import { Vec2 } from '../../math/vec2/Vec2'; export declare function GetEllipsePoints(ellipse: IEllipse, step: number, quantity?: number, out?: Vec2[]): Vec2[]; //# sourceMappingURL=GetEllipsePoints.d.ts.map