4
votes
3answers
46 views
Trace an arrow toward a specific angle
Hey everyone,
I am working in MATLAB and I'm stuck on a very simple problem: I've got a object defined by its position (x,y) and theta (an angle, in degrees). I would like to plot the point and add …
2
votes
3answers
102 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 you very much!
2
votes
3answers
132 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
139 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. …
0
votes
0answers
34 views
bandwidth of PM signal [closed]
hi can you tell me what is the bandwidth of phase modulated signal?
thanks
0
votes
4answers
124 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 flipped angle should …
5
votes
7answers
219 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 …
4
votes
4answers
265 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 …
1
vote
3answers
475 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
205 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 tolerance of 10 …
0
votes
3answers
137 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
731 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 …
1
vote
3answers
644 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 …
0
votes
3answers
113 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 plot the line over. …
1
vote
4answers
902 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 …
