Top "Degrees" questions

A unit of measurement for angles, which are two lines or rays diverging from a common point.

Java: Calculating the angle between two points in degrees

I need to calculate the angle in degrees between two points for my own Point class, Point a shall be …

java point angle degrees
Rotate point about another point in degrees python

If you had a point (in 2d), how could you rotate that point by degrees around the other point (the …

python math degrees
swift trigonometric functions (cos, tan, arcsin, arcos, arctan)

hello I have to differenciate calculations in degrees and I have the following code but I doesn't return me the …

swift degrees trigonometry radians
Convert radians to degree / degree to radians

Are there build-in functions in R for the conversion of radians to degree and degree to radians? So far I …

r math degrees radians
Convert an angle in degrees, to a vector

I'm doing some game programming. FWIW I'm using XNA, but I'm doubtful that this is relevant. I'd like to convert …

c# vector xna rotation degrees
Convert DD (decimal degrees) to DMS (degrees minutes seconds) in Python?

How do you convert Decimal Degrees to Degrees Minutes Seconds In Python? Is there a Formula already written?

python angle degrees format-conversion unit-conversion
Convert Degree Minutes to decimal degrees

I have location points collected from a garmin device stored in an excel sheet in Degree Minutes format --- W00208.172,…

excel gps coordinates degrees garmin
Calculating degrees between 2 points with inverse Y axis

I'm creating a simple 2D game in javascript/canvas. I need to figure out the angle of a certain object …

javascript math trigonometry degrees
Why does OpenGL use degrees instead of radians?

The OpenGL designers were never afraid of mathematics, and knowledge of linear algebra is essential for all but the simplest …

opengl angle degrees radians
Convert decimal coordinate into degrees, minutes, seconds, direction

I have the following so far, but can't figure out a tidy way to get the direction letters in without …

objective-c ios coordinates cllocation degrees