Top "Degrees" questions

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

MATLAB sin() vs sind()

I noticed that MATLAB has a sin() and sind() functions. I learnt that sin() accepts the angle in radians and …

matlab degrees radians
degree symbol in TextView

I want to know how to make a degree symbol for an angle in a Text View (android). There are …

xml symbols degrees
GLM: function taking degrees as a parameter is deprecated (WHEN USING RADIANS)

Currently using VC++ 11 with SDL2, GLM, and GLEW. The issue is stemming from GLM when I attempt to do two …

c++ game-engine glm-math degrees radians
Lat Long to Minutes and Seconds?

Google Maps gives me the Lat and Long of a location in decimal notation like this: 38.203655,-76.113281 How do I …

latitude-longitude degrees seconds
map degrees to 0 - 360 in python

is it possible to map a value of rotation to be inside the range of 0-360 degrees? For example: a …

python mapping degrees
calculating angle between two points on edge of circle Swift SpriteKit

How would you calculate the degrees between two points on the edge of a circle in Swift.

swift geometry angle degrees
CLLocationManager and degrees of heading in iPhone

Using the CLLocationManager object's didUpdateHeading event, how do I convert the resulting heading.x and heading.y values into degrees …

iphone cllocationmanager degrees