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