@phaserjs/phaser
Version:
4 lines • 342 B
TypeScript
import { ICircle } from './ICircle';
import { Vec2 } from '../../math/vec2/Vec2';
export declare function GetCirclePointsBetween(circle: ICircle, startAngle: number, endAngle: number, step: number, anticlockwise?: boolean, includeCenter?: boolean, quantity?: number, out?: Vec2[]): Vec2[];
//# sourceMappingURL=GetCirclePointsBetween.d.ts.map