2
votes
3answers
95 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 …
2
votes
3answers
128 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
134 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 …
0
votes
0answers
33 views
bandwidth of PM signal [closed]
hi can you tell me what is the bandwidth of phase modulated signal?
thanks
0
votes
4answers
123 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 …
5
votes
7answers
216 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 …
4
votes
4answers
259 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 …
1
vote
3answers
458 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?
1
vote
3answers
202 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 …
0
votes
3answers
136 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).
2
votes
5answers
703 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 …
1
vote
3answers
632 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 …
0
votes
3answers
111 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
vote
4answers
880 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 …
3
votes
2answers
137 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 …
