Tagged Questions

1
vote
1answer
53 views

Comparing cross point between 2 images in MATLAB

Hello, 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 yo …
1
vote
3answers
115 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 wh …
2
votes
2answers
120 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 r …
5
votes
7answers
205 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 o …
1
vote
3answers
399 views

How to convert cartesian coordinates to euler rotations in 3D?

I have a 3D point in cartesian coordinates, how can I get the euler rotation angles of it based on its distance from 0,0,0?
0
votes
4answers
119 views

Flipping an angle horizontally

I want to know a way to flip an angle in a horizontal axis, without having to do many operations. Say I have an angle of 0 ("pointing right" in my code's coordinate system), the fl …
1
vote
3answers
196 views

How do I determine whether a number is within a percentage of another number

I'm writing iPhone code that fuzzily recognizes whether a swiped line is straight-ish. I get the bearing of the two end points and compare it to 0, 90, 180 and 270 degrees with a t …
4
votes
4answers
244 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 …
0
votes
0answers
30 views

bandwidth of PM signal [closed]

hi can you tell me what is the bandwidth of phase modulated signal? thanks
2
votes
5answers
641 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 mo …
0
votes
3answers
132 views

How to calculate a point on a rotated axis?

How can I calculate a point (X,Y) a specified distance away, on a rotated axis? I know what angle I'd like the point "moving" along (in degrees).
1
vote
3answers
585 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 re …
3
votes
2answers
132 views

How to parse angular values using regular expressions

Hi, 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 r …
2
votes
5answers
2k 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 …
0
votes
3answers
102 views

plot line at particular angle and offset

I'm attempting to plot a particular line over an original image (an array) that i have. Basically, I have an angle and offset (measured from the center of the image) that I want to …

1 2 next
15 30 50 per page