UNPKG

@phaserjs/phaser

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