I\'m trying to get the alpha angle in degrees from x,y when user creates an object.
I wrote the following constructor:
public class Point { priva
The idea looks ok, but I would suggest using Math.atan2 instead of Math.atan.
Math.atan