#BlueJ class context comment0.target=class\ Point2D comment0.text=Simple\ wrapper\ class\ around\ a\ 2D\ cartesian\ point.\ It\ provides\ the\ \nhelper\ method\ to\ determine\ if\ three\ points\ constitute\ a\ left\ hand\ turn.\n\n comment1.target=x comment2.params=x\ y comment2.target=Point2D(double,double) comment3.params= comment3.target=Point2D() comment4.params=a\ b\ c comment4.target=boolean\ isLeft(Point2D,Point2D,Point2D) comment4.text=Does\ the\ point\ b\ lie\ to\ the\ left\ of\ an\ infinite\ line\ \nfrom\ point\ a\ to\ point\ c\ ?\ \n comment5.target=y numComments=6