Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

25
votes
5answers
2k views

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 applications. I think it can safely be assumed that OpenGL ...
13
votes
5answers
12k views

Calculating point on a circle's circumference from angle in C#?

I imagine that this is a simple question, but I'm getting some strange results with my current code and I don't have the math background to fully understand why. My goal is simple, as stated in the ...
12
votes
3answers
2k views

Interview Q: find angle between hour and minute hands in an analog clock

I was given this interview question recently: Given a 12-hour analog clock, compute in degree the smaller angle between the hour and minute hands. Be as precise as you can. I'm wondering what's ...
11
votes
2answers
10k views

Rotate a point by an angle

I want to know how to work out the new co-ordinates for a point when rotated by an angle relative to another point. I have a block arrow and want to rotate it by an angle theta relative to a point in ...
7
votes
3answers
2k views

Angles between two n-dimensional vectors in Python

In need to determine the angle(s) between two n-dimensional vectors in Python. For example, the input can be two lists like the following: [1,2,3,4] and [6,7,8,9]. Can anybody help me? Thanks in ...
7
votes
4answers
3k views

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 can I work out the direction of travel? This image might help understand what I'm after: ...
7
votes
2answers
2k views

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((a.b)/(|a||b|)). However, this does not contain a sign (i.e. it doesn't distinguish between a ...
7
votes
3answers
3k views

How do I display an arrow positioned at a specific angle in MATLAB?

I am working in MATLAB and I'm stuck on a very simple problem: I've got an object defined by its position (x,y) and theta (an angle, in degrees). I would like to plot the point and add an arrow, ...
7
votes
5answers
4k views

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 rotations are known as "Euler" rotations simply because after the first rotation, (lets say Z, ...
6
votes
3answers
256 views

From Cartesian Plot to Polar Histogram using Mathematica

Please Consider: dalist={{21, 22}, {26, 13}, {32, 17}, {31, 11}, {30, 9}, {25, 12}, {12, 16}, {18, 20}, {13, 23}, {19, 21}, {14, 16}, {14, 22}, {18,22}, {10, 22}, {17, 23}} ...
6
votes
4answers
641 views

How to determine whether V3 is between V1 and V2 when we go from V1 to V2 counterclockwise?

I have three vectors V1, V2, and V3. Their origin points are on the axes' origin. How could I determine whether V3 is between V1 and V2 when I move around counterclockwise from V1 to V2? It can't ...
5
votes
2answers
236 views

Java game development - Look and shoot at mouse coordinates

I'm going to make a game where you run around with a character, seen from above. But the problem is how do I make the character look at the mouse all the time? And how do I calculate the angle so that ...
5
votes
3answers
135 views

Correcting the Yaw part of one Quaternion by the Yaw part of another one

I have the following problem: A quaternion (q1) from a motion capturing device needs to be corrected by the yaw angle (and only yaw!) from another orientation quaternion (q2) derived by a second ...
5
votes
2answers
532 views

OpenCV - How to detect and measure an angle between two frames?

I'm trying to understand and use OpenCV. I wanted to know if it is possible to find and measure an angle between two frames. I explain : The cam is fix and the frames could rotate around the center ...
5
votes
1answer
173 views

How to Scrunchify Angles?

Crunch crunch. Using the calculations from Getting End Point in ArcSegment with Start X/Y and Start+Sweep Angles, how could I scrunchify or inflate(-ify) angles. See images below. Green box is ...
5
votes
7answers
736 views

Programming a smooth change of thrust from current velocity vector to a target vector

TL;dr: "I am not sure how to calculate a smooth transition of thrust between one vector and another." I am programming a simple game where an enemy chases after the player in an open space (no ...
5
votes
4answers
1k views

Average of two angles with wrap around [closed]

Possible Duplicate: How do you calculate the average of a set of angles? I have two angles, a=20 degrees and b=350 degrees. The average of those two angles are 185 degrees. However, if we ...
4
votes
7answers
2k views

Inner angle between two lines

I have two lines: Line1 and Line2. Each line is defined by two points (P1L1(x1, y1), P2L1(x2, y2) and P1L1(x1, y1), P2L3(x2, y3)). I want to know the inner angle defined by these two lines. For do it ...
3
votes
1answer
148 views

Unwind angle to 360

How can I unwind an angle to result in an angle in [0, 360)? I can do this: int unwind(int angle) { while(angle < 0) angle += 360; while(angle >= 360) angle -= 360; } But I'm pretty ...
3
votes
1answer
291 views

find angle between faces from face normals

The title says it all, I think: I have some face normals and I need to calculate the angle between the faces they belong to. The problem I'm having is with finding angles between faces when the angle ...
3
votes
2answers
489 views

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 rendered 3D Pie chart and value of automatic labels from pie label names to corresponding ...
3
votes
1answer
526 views

Finding the angles for the X, Y and Z axis in 3D - OpenGL/C++

I am currently trying to use OpenGL (With SDL) to draw a cube to the location where I left click in the screen and then get it to point at the position in the screen where I right click. I can ...
3
votes
2answers
510 views

Calculate if two 3D triangles are on the same plane

For a 3D game engine I'm working on I need to calculate if two 3D triangles are on the same plane to display it accordingly. How do I calculate the angles of a triangle in 3D space? Would ...
3
votes
5answers
696 views

Asteroids Game Movement In C#

I am trying to make the game Asteroids. My issue I have right now, is if you press the UP Arrow key, it will move the "ship" 10 pixels up. And if you hit the LEFT Arrow key, it will turn the "ship" 5 ...
3
votes
2answers
6k views

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 are the 'standard' implementations of float VectortoAngle(Vector2 vec) ...
3
votes
2answers
257 views

How to parse angular values using regular expressions

I have very little experience using regular expressions and I need to parse an angle value expressed as bearings, using regular expressions, example: "N45°20'15.3"E" Which represents: 45 degrees, ...
2
votes
0answers
48 views

Android: getAngleChange - weird results

I'm currently experimenting with some sensors of Android phones. For testing, I'm using a Samsung Galaxy S. As it does not have a gyroscope, I'm using accelerometer and sensor for magnetic field. ...
2
votes
1answer
102 views

Checking Triangle Similarity in C

The problem set asks me to create two triangles, defining them using points, and then checking if they're similar. The first part I did, i created a struct point and a struct triangle, as the profesor ...
2
votes
1answer
72 views

fastest way to compute angle with x-axis

What is the fastest way to calculate angle between a line and the x-axis? I need to define a function, which is Injective at the PI:2PI interval (I have to angle between point which is the uppermost ...
2
votes
1answer
101 views

How can I rotate picture dynamically?

I have a resource in my prog (*.bmp image). When I start a timer, my image should rotate until I click "pause". I need a sample which explain me how I could to do this. Currently I use this code: ...
2
votes
2answers
119 views

Drawing an I-Beam based on two points (C# GDI)

I have two Point structures and I need to draw an I-Beam based on those points, where each point represents the cross-section on either side of the I-Beam. The width of the end caps should be fixed ...
2
votes
1answer
120 views

How to Determine if MousePos touches the Line?

Im not sure if this clear enough to describe the problem... I have 2 different points, Start -> End then it forms a Line. I would like to make an event on MouseMove if the MousePos touches the ...
2
votes
3answers
422 views

Is it possible to display text at an angle in a web page?

I would like to know whether it is possible or not to create text in a web page at an angle, for example at 40 Degrees. If it is possible, how can I do this? EDIT: Finally, I decided to go with ...
2
votes
1answer
416 views

How to get points X, Y coordinates from line angle?

So I have a 8x8 square. There is a line in it. Line size == 8 angle == 0. One of line points is always on one of the top corners. What would be a formula to retrieve points coordinates where ...
2
votes
4answers
514 views

Vector math, finding coördinates on a planar between 2 vectors

I am trying to generate a 3d tube along a spline. I have the coördinates of the spline (x1,y1,z1 - x2,y2,z2 - etc) which you can see in the illustration in yellow. At those points I need to generate ...
2
votes
1answer
390 views

Direction angle or pointing a 3D angle to a position in space

I'm trying to point an entity to a 3D vector. (basically setting an entities angle so it points to a position in 3D space). At the moment, I'm stuck with getting an angle from a vector. //Vectors in ...
2
votes
1answer
937 views

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 to get the angle of a second coordinate relative to the current device position, anyone ...
2
votes
3answers
342 views

Calculate correct sprite direction image in bird's view game? (Math here might be speed vector to degrees angle?)

Background: I have 8 images for every sprite in my bird's view JavaScript game, representing top, top-right, right, right-bottom etc., depending on the player's space ship speed. Question: Given the ...
2
votes
2answers
173 views

How to adjust player sprite speed correctly? (Basically a math question?)

Background: I have a bird view's JavaScript game where the player controls a space ship by touching a circle -- e.g. touch to the left of the circle center, and the ship will move left, touch the top ...
2
votes
2answers
869 views

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 this value for an application that I'm developing. Does anyone know how I can ...
2
votes
5answers
509 views

Math Problem: Getting Coordinates From Position And Angle

let me begin by stating that's i'm dreadful at math. i'm attempting to reposition and rotate a rectangle. however, i need to rotate the rectangle from a point that is not 0,0 but according to how ...
2
votes
3answers
1k views

Is there a ready-made formula to get Pitch/Roll values from iPhone 3GS's Accelerometer's X/Y/Z?

Just started to realize an augmented reality based project, got GPS location, heading, and the two missing variable to manipulate virtual camera is Pitch/Roll. I'm wondering if there is a ready-made ...
2
votes
4answers
624 views

Get the slope from one point and an angle in degrees

In javascript, I am trying to draw a line that is at an angle that is user defined. Basically, I have a point (x,y) and an angle to create the next point at. The length of the line need to be 10px. ...
2
votes
3answers
1k views

Comparing cross point between 2 images in MATLAB

I took 2 images with a cross point and now I'm trying to compare these 2 images and find out what is the distance and angle moved. How can I use MATLAB to do this? Thank you very much!
2
votes
4answers
621 views

Find if an angle is within X degrees from another

I need an algorithm to figure out if one angle is within a certain amount of degrees from another angle. My first thought was (a-x < b) && (a+x > b), but it fails when it has to work ...
2
votes
2answers
463 views

Global angle of 3d vectors

I have 3 Vectors, Up Right and Front that represent a direction. I need to convert these into an XYZ angle (3 floats) so i can use with glRotatef() Please help [EDIT] Its not rendering properly. ...
2
votes
5answers
2k views

Given an angle and dimensions, find a coordinate along the perimeter of a rectangle

I'm writing a script where icons rotate around a given pivot (or origin). I've been able to make this work for rotating the icons around an ellipse but I also want to have them move around the ...
2
votes
4answers
3k views

Math (in WPF): Getting new x,y coordinates after a translation

With reference to this programming game I am currently building. I am using WPF to animate canvases, and I am using the BeginAnimation method to translate (move) a canvas across another canvas. With ...
2
votes
4answers
6k views

Rotating an image in all browsers (canvas in IE?)

I finally got to work with canvas only to find out that it is not implemented in IE. I tried explore canvas from google to use it in Internet Explorer, but it's not working for my code ...
2
votes
2answers
3k views

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 the outer edges of an object (combining that effect with phong shading), and I think that the angle ...

1 2 3 4