A shape, formed by two lines or rays diverging from a common point (the vertex).
1
vote
2answers
101 views
Work out whether to turn clockwise or anticlockwise from two angles
Im making a game in XNA.
I have enemies and player.
The enemies should turn gradually towards the player. They should work out whether they need to turn clockwise or anticlockwise, whichever is ...
0
votes
2answers
24 views
Xna 4.0 Shooting using angle
Sitting and making a 2d shooting game where my player needs to be able to shoot up left and up right using angles. The problem i have is i cant find a way to make this work.
So how do o calculate ...
1
vote
1answer
48 views
Python 2.7 - Pygame - intersecting two moving sprites
I've got 2 sprites (well... 3). One sprite is traveling in a straight line at a steady speed at a random angle (in radians). The other sprite is shooting at the moving sprite. Currently the projectile ...
3
votes
3answers
99 views
Fastest way to sort vectors by angle without actually computing that angle
Many algorithms (e.g. Graham scan) require points or vectors to be sorted by their angle (perhaps as seen from some other point, i.e. using difference vectors). This order is inherently cyclic, and ...
0
votes
1answer
26 views
Rotate the least amount with two vectors
I've gone through a lot of questions online for the last few hours trying to figure out how to calculate the rotation between two vectors, using the least distance. Also, what is the difference ...
0
votes
0answers
21 views
Trying to get 8-way closest angle between vectors
Basically, I'm trying to combine the answers from these two posts:
http://gamedev.stackexchange.com/questions/49290/whats-the-best-way-of-translating-a-2d-vector-into-the-closest-8-way-compass-di
...
0
votes
0answers
17 views
CraftyJS how to calculate vector between 2 sprites?
I am a noob in game programming and not so good at Maths, I am trying to write a 1945 style shooting game, all been good so far but I am in a bottle neck that I cannot figure out how to make enemy aim ...
0
votes
0answers
13 views
How to add/tilt the angle on a container in parallax scrolling?
I just start building a new portfolio website with parallax scrolling. In my home page, it have 4 sections (Portfolio, About, Resume & Contact) and I really would like to have a section with a ...
0
votes
1answer
48 views
How to find point along arc in 3D given center, start & end points + radius + center angle?
If I have three points, let's say:
start: (14.5, 10.1, 2.8)
end: (-12.3, 6.4, 7.7)
center: (0, 0, 0)
And the following additional information that has been determined:
Radius: 15
Center Angle: ...
0
votes
1answer
26 views
Angle facing other way libgdx
I figured out the convertion of x and y of my cursor to angle however the problem is my sprite is facing the oposite direction.
here is the code
@Override
public void create() {
bida = ...
2
votes
0answers
75 views
c# double modulus returns 0 with “Optimize Code” turned on
So I made my own struct to represent angle values, with some convenience methods. However, while it works in Debug mode, when turning on optimizations in Release mode, my code behaves differently. Am ...
-1
votes
1answer
48 views
Random angle in matlab [closed]
I'm trying to write a matlab program which is able to a random walk, but each step/vector has the same length and the thing that determines the direction is a "random" angle. The angle is not quite ...
1
vote
0answers
33 views
Ragdoll joint angle constraints
I am doing a C# project on ragdolls based on Thomas Jakobsen's article http://www.gpgstudy.com/gpgiki/GDC%202001%3A%20Advanced%20Character%20Physics
I have converted the logic to 2D and everything ...
0
votes
2answers
70 views
C# Managed DirectX - How can i rotate a Mesh to any Vector?
I want to write a Funktion where i can rotete a Mesh to a Point in 3D Space.
But i cant find any Examples for my Solution.
It should look like the following Code:
public void RotateMesh(Vector3 ...
2
votes
3answers
39 views
Move in the same angle from point to point?
I need to be able to move my player x and y pixels in the same direction as a point to a point. It's hard to explain, but this is what I am trying to do:
Angles 1 and 2 have to be the same. Point 1 ...
1
vote
0answers
48 views
How do i just rotate a image in Javascript?
I am working on a program in Javascript while i tried to rotate my image i have draw. I tried to search on google to find my answear but all i got was how to rotate the whole canvas. What i am ...
0
votes
2answers
30 views
textbox to rotate at an angle in asp.net?
We have been trying to rotate a textbook at an angle(45,90,270 etc) on an aspx webform. I read that html won't support such a property, so we would have to include a CSS class property to the textbox. ...
0
votes
1answer
35 views
Drawing lines at angle vb.net [closed]
I can find plenty of examples of how to draw a line in vb.net online.
I however I cannot find any examples of how to draw lines at a specific angle.
Could someone tell me how to do this?
0
votes
2answers
79 views
Trigonometry and convergence of angles
here's my problem:
2 angles represented as integer from 0 to 360 (or 359 if needed)
1 double from 0 to 1, representing the convergence rate.
I need to write a function which pulls the angles close ...
0
votes
2answers
87 views
Algorithm for finding reference angle
Definition of "reference angle":
An angle ϑr in the interval [0, 2π) corresponding to an angle ϑ outside of this interval, satisfying the conditions
sin(ϑ) = sin(ϑr) and cos(ϑ) = cos(ϑr).
For ...
0
votes
1answer
30 views
Cumulate atan2 angles in each directions
I need some helps for a stuff that I guess may be easy for some of you guys.
I’m looking for a way to find a angle in a circle (with center of my circle and Point A and a point B, at first for ...
1
vote
1answer
55 views
Radian Angle Check in Box2d Objective-C
I am creating a Car Game in Objective C with Box2D. I want to rotate the Car Wheels according to a CCSprite (Steering) Rotation.
So For this, i am successfully able to set the angle for CCSprite ...
1
vote
1answer
38 views
JS, get degrees from ratio via tan
I want to get an angle in degrees of a triangle, in JS.
How can I get out the degrees of the angle with Tangent after calculating opposite / adjacent?
1
vote
1answer
126 views
MinAreaRect angles - Unsure about the angle returned
From the functions for MinAreaRect, does it return angles in the range of 0-360 degrees?
I am unsure as i have an object that is oriented at 90 degrees or so but I keep getting either -1 or -15 ...
0
votes
2answers
64 views
Get direction of User by CLLocation
Hi, i am working on GPS ios app.
I want to display user's location on Circle as shown in image.
The user is in center.
I want to display his friend's location on proper direction.
I had already ...
0
votes
2answers
55 views
Issues finding outward facing angle between point on circle and center
Bare with me, my trigonometry isn't very good.
At the moment I'm finding the angle between the centre of my circle and the triangle in degrees like so:
atan2((centre.y-triangle.y), ...
2
votes
2answers
118 views
How to automatically change kinect sensor angle?
Is it possible to change the elevation angle of the kinect motor automatically?
I mean, till now I have this code (c#):
private void CameraAngleSlider_ValueChanged(object sender, ...
0
votes
1answer
45 views
Getting cells in a 2D grid between two angles
I've implemented a basic raycasting algorithm successfully, but I want to expand it to work with "angle ranges".
Knowing grid cell size, number of columns and rows, starting ray position, angle a ...
0
votes
1answer
59 views
How to illustrate angular data series in highcharts?
I have a data set where the series values are angles in degrees (0 to 360). Is it possible to plot a graph like the one illustrated here (ignore the green vertical line) in highcharts? Specifically, ...
0
votes
0answers
13 views
Angle of a face with a camera in a Photo
i need to find the angle that a face has relating to a photographic camera on a photo. Could you give me some help?
Thank you
4
votes
1answer
143 views
Javascript point to point angle calculation
We got 3 points: start, end and mail.
The mail image, moves in a curved line from the start and end point, this is done by jQuery animate.
Now the next step is to make the mail image rotate while ...
0
votes
1answer
53 views
Java Processing Projectile Motion
I am trying to create a angry-birds like game for my homework but i am having trouble with angle and projectile motion. I give it gravity*time module but it doesnt seem to be going in projectile ...
0
votes
1answer
113 views
Get Rotation (Tilt) Angle In Landscape View - Android Java
I've scrounged the web in search of a good example or someone trying to attempt the same thing, but so far I haven't had much luck.
I am trying to get my Devices rotation angle (If you can imagine) ...
0
votes
2answers
72 views
-webkit-linear-gradient w/ angle reversed in Safari
On my way to finding a CSS solution to have an evenly colored element with angled beginning to avoid images I stumbled across this simple example: http://dabblet.com/gist/1780333 . This one is working ...
0
votes
1answer
244 views
Android: Determining the angle of tilt using only accelerometers
I am trying to compute the angle of a leg instantaneously regarding an initial position using accelerometer readings.
As I approached this, I decided I needed to record an averaged gravity vector and ...
0
votes
0answers
66 views
Angle help in a Java
I'm trying to make an angle program that calculates the sin, cos and tan of an inputted angle. Here's the part of the code that I have a problem with :
c.println ("You have entered an angle of " + ...
0
votes
0answers
30 views
Determine convexity or concavity of vertex on an irregular polygon
Given a list of 3D point coordinates that comprise an irregular polygon, how can I determine the convexity or concavity of each vertex angle? I know the adjacent neighbors of each point but and it's ...
0
votes
1answer
66 views
Find angle between Two Position
I have Latitude and Longitude of two position.
I already find out distance between this two position.
CLLocation *locA = [[CLLocation alloc] initWithLatitude:[player.strLatitude floatValue] ...
0
votes
1answer
64 views
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 a joint that can rotate both direction. A sensor gives me the angle of the joint in the range -pi and +pi.
I would ...
0
votes
0answers
81 views
Kinect elevation angle override
Is there a way to override the elevation angle property of the Kinect device?
As far as I know, the device is calculating this angle with internal sensor and using its value to improve user ...
1
vote
2answers
58 views
explanation of a wave
I just started experimenting with Robocode and read about waves: http://robowiki.net/wiki/Wave
what I don't understand is, why circles are used here.
i mean, when I shoot a bullet I only shoot it in ...
1
vote
3answers
160 views
Combine X and Y accelerations to calculate resultant angle and acceleration
Calculate resultant acceleration from x and y.
Calculate angle of resultant acceleration.
0
votes
2answers
89 views
De-skew Image by Angle
I've spent a few hours researching this and I've made some progress but still need some help.
I'm aware there are libraries to do this, but since my scenario is terribly simple, I'd rather have my ...
0
votes
1answer
140 views
Calculation of directional rotation angles from 3 points
What I'm trying to do is find the angle of rotation between lines formed by three consecutive points. These are sequential points, so the direction of rotation matter.
My input is a sequence of pair ...
-1
votes
1answer
122 views
Get angle between 2 points [duplicate]
There's a player. While moving cursor Id like to get angle between player and cursor. My code for this is :
public void mouseMoved(MouseEvent ev) {
float angle = (float) ...
0
votes
0answers
129 views
Find angle between two lines using JavaCV
I'm trying to find the angle between two lines. I've used Canny to get the outline of an object, and this is the result:
http://i.imgur.com/xnr2wf7.png
I want to determine the angle at the bottom, ...
1
vote
1answer
404 views
Calculate angle between 2 geographic coordinates in MATLAB
I'm trying to calculate the angle between 2 geographic (Latitude,Longitude) points in MATLAB. The points are:
(-65.226,125.5) and (-65.236,125.433).
I used the MATLAB function, azimuth, as:
...
0
votes
0answers
94 views
UIImage with angle (blur effect)
I have some UIImages with resolution 144x194 (original size)@2x
When I add them as subview and animate them like
CGPoint point = CGPointMake(72,97);
someAngle = 0.0f;
[UIView ...
1
vote
1answer
209 views
How to find out if the angle between two vectors is external or internal?
I know how to find out angle between 2 vectors, but it always gives me internal angle, but I want it to give me always the angle in anticlockwise direction, even if it is greater then 180.
I'm using ...
3
votes
1answer
366 views
Incorrect conversion from quaternions to euler angles and back
I am converting angles-axis representation to Euler angles. I decided to check and make sure that the Euler angles I got from the conversion would lead back to the original axis-angle. I print out the ...




