Top "Angle" questions

A shape, formed by two lines or rays diverging from a common point (the vertex).

Converting wind direction in angles to text words

I have wind direction data coming from a weather vane, and the data is represented in 0 to 359 degrees. I want …

angle
Finding Signed Angle Between Vectors

How would you find the signed angle theta from vector a to b? And yes, I know that theta = arccos((…

java python math trigonometry angle
Calculate rotations to look at a 3D point?

I need to calculate the 2 angles (yaw and pitch) for a 3D object to face an arbitrary 3D point. These …

math 3d rotation angle euler-angles
Determine angle of view of smartphone camera

I'm trying to determine the degree size of the field-of-view of a Droid Incredible smartphone's camera. I need to know …

android math camera angle
Get angle between point and origin

This might have been answered before, sorry if it has. I basically need to get the angle from origin to …

c# xna directx angle
Calculate direction angle from two vectors?

Say I have two 2D vectors, one for an objects current position and one for that objects previous position. How …

algorithm vector angle
Calculating angle between two points - java

I need to calculate the angle in degrees between two points, with a fixed point that is connected with the …

java lines angle points
How to calculate angle between two Geographical/GPS coordinates?

I have two GPS Coordinates e.g. (Lat1, Long1) and (Lat2,Long2) Could anybody please help me find the angle …

gps coordinates latitude-longitude angle
Inner angle between two lines

I have two lines: Line1 and Line2. Each line is defined by two points (P1L1(x1, y1), P2L1(…

c++ math trigonometry lines angle
Getting angle back from a sin/cos conversion

I want to reverse a sin/cos operation to get back an angle, but I can't figure out what I …

math angle trigonometry