import { ILine } from '../line/ILine';
import { Vec2 } from '../../math/vec2/Vec2';
export declare function PointToLineSegment(point: Vec2, line: ILine): boolean;
//# sourceMappingURL=PointToLineSegment.d.ts.map