Top "Angle" questions

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

Decimal Degrees to Degrees Minutes And Seconds in Javascript

Im trying to write a function that takes my decimal degrees (lat or long) and converts them to DMS degrees …

javascript function angle
Calculating X Y movement based on rotation angle?

Say I have an object in 2D space that can rotate and then should move according to its rotation angle. …

c# rotation game-physics angle
XNA 2D vector angles - what's the correct way to calculate?

what is in XNA in 2D the standard way vector angles work ? 0 degrees points right, 90 points up, 180 left, 270 down ? What …

vector xna 2d angle direction
What's a quaternion rotation?

Is quaternion rotation just a vector with X,Y,Z which the object will rotate towards, and a roll which …

3d rotation quaternions angle
How do you calculate the angle between two normals in glsl?

How do you calculate the angle between two normals in glsl? I am trying to add the fresnel effect to …

graphics geometry glsl angle fresnel
Rotate marker based on driving direction

I have a marker in my Google Maps map that looks like this: When the user is driving, I want …

android google-maps angle direction driving-directions
get tilt angle Android

I'm trying to get the tilt angle, roll angle from my sensors from my android phone but with no success …

android angle tilt-sensor
Matlab angle between two points

I am looking for an algorithm to calculate the angle between two points (defined by x and y valaue) in …

matlab angle points
Calculate angle (degrees) in Python between line (with slope x) and horizontal

I need to calculate the angle between a line and the horizontal. My high school maths seems to be failing …

python numpy math time-series angle
The X angle between two 3D vectors?

I have two 3D vectors called A and B that both only have a 3D position. I know how to …

vector geometry coordinates space angle