“Atan2” Kod odpowiedzi

Atan2

Math.atan2(x,y)
Helpless Hawk

Atan2

atan2() returns the inverse tangent of a coordinate in radians.
atan(y,x)
Range [-pi,pi]

// convert result to degrees
  double degree = result * (180 / 3.141592);
Gleaming Gull

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu