import { ILine } from './ILine';
import { Vec2 } from '../../math/vec2/Vec2';
export declare function GetLinePoints(line: ILine, quantity: number, stepRate?: number, out?: Vec2[]): Vec2[];
//# sourceMappingURL=GetLinePoints.d.ts.map