UNPKG

@phaserjs/phaser

Version:
4 lines 217 B
import { ICircle } from './ICircle'; import { Vec2 } from '../../math/vec2/Vec2'; export declare function TranslateCirclePoint(circle: ICircle, point: Vec2): ICircle; //# sourceMappingURL=TranslateCirclePoint.d.ts.map