Top "Angle" questions

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

Angle between 2 GPS Coordinates

I'm working in another iPhone App that uses AR, and I'm creating my own framework, but I'm having trouble trying …

iphone gps coordinates augmented-reality angle
Get angle of view of android camera device

I want to know the angle of view from the camera, just like in this question but using android.hardware.…

android camera android-camera angle
Mask a circular sector in a numpy array

I have a code that slices a numpy array into a circle. I wish to recover only the values included …

python numpy matrix angle
How to change the view angle and label value of a chart .NET C#

Short Description I am using charts for a specific application where i need to change the view angle of the …

c# 3d angle pie-chart
Continous angles in C++ (eq unwrap function in matlab)

I guess it is not that hard, but I have been stuck on that one for a while. I have …

c++ angle
How to compute directional angle between two 2D vectors in MatLab?

I am trying to implement a script to analyze some of my data. I have position information for three points (…

matlab vector angle atan2
Calculating Standard Deviation of Angles?

So I'm working on an application using compass angles (in degrees). I've managed to determine the calculation of the mean …

java algorithm math angle
Check if a point is on a 3d line?

I know how to check if a point is on a 2d line or not, but I'd like to do …

3d geometry points angle
Quaternions vs Axis + angle

I have been trying to find the difference between the 2 but to no luck minus this The primary diff erence …

axis angle quaternions
Using bounding rectangle to get rotation angle not working (OpenCV/Python)

I'm trying to straighten this letter but I'm not sure how to use the bounding rectangle to do so. Here's …

python opencv angle bounding-box