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
Why not use the built-in method Math.toDegrees(), it comes with the Java SE.
Math.toDegrees()