class DrillPt { float x; float y; DrillPt(float _x, float_y) { x=_x; y=_y; }; };