UNPKG

@phaserjs/phaser

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