Trigonometry is a branch of mathematics that studies triangles and the relationships between their sides and the angles between sides

learn more… | top users | synonyms

-2
votes
0answers
57 views

Particle Trajectory [closed]

How can I solve this equation? I have tried this.. while(input.good()){ int tNum=0; float velocity=0.00, lAngle=0.00, distance=0.00, acceleration=9.8, time=0.00; float initialXY[2]; ...
0
votes
2answers
117 views
+50

Java Draw Arc Between 2 Points

I'm having trouble drawing the smallest arc between 2 points. I know the center point for the circle, the location of both points, and I can determine the radius. I used the law of cosines to ...
1
vote
1answer
67 views

C++ angles, trigonometry

I need some help calculating angles of points: I need to calculate angle from point (0,0) to points extracted from image. 1 would be 0*, 2 is about 40-44* etc. My problem is that atan2 shows ...
0
votes
1answer
35 views

HTML5 canvas draw circles around a circle path

I want to use HTML5 canvas to draw a large circle and then evenly space x number of circles around it's path, So far I have modified this: http://jsfiddle.net/m1erickson/pL5jP/ To this: ...
0
votes
1answer
24 views

Determining Vector points on a circle

I have a problem it is like trig and pre calc. We are given vector points for OA which is (6 0) and vector OB (-6 0) and OC (5 root11) and they are all points on a circle with a radius of 6. How ...
0
votes
0answers
54 views

Working out a point to spawn a bullet from a ship

I'm trying to work out where to spawn a bullet from my 40by40 pixel ship, at the moment the ship is facing north, the nose is 20 pixels away from the centre, so here is my code to try and work it out ...
-2
votes
0answers
39 views

Get the x and y of the middle of the red line - trig

I'm trying to get the x and y of the middle of the red line, I'm doing something wrong. Hows your trig? The GUI is supposed to analyze triangles, I wanted the angle to float always at the middle of ...
1
vote
3answers
71 views

determine angle between two points on a circle with respect to center

I have a Ring(width 25px) as UIView. When User selects any where on the ring, I want to Calculate the Angle between the the Points Selected on a fixed point on the circle considering the Center of ...
0
votes
1answer
25 views

openGL move forward with rotation works for 0 degrees, backwards for 90 degrees

I am trying to move my world in reference to a character. It works if the degree is zero (the player goes forward) but messes up everywhere else. When it is 90 degrees, the player goes backwards ...
0
votes
2answers
62 views

Is there a JavaScript library that speaks degrees instead of radians?

There are a dozen questions here asking how to convert the result of, say, Math.atan() back to degrees so you can use it in a CSS transform or OpenGL. The answer's easy (180/Math.PI)--but it's an ...
-1
votes
0answers
37 views

Trigonometric calculator in 80386 assembly language [closed]

I need help for this question, I need the source codes that will do the following: Request the user to select the base for the input as either Degree or Radian Request the user to input the angle. ...
0
votes
1answer
26 views

Get New Points from Angle Android

I am trying to make a Re-sizable touch view which I made successfully. You can find code How to make view resizable on touch event. It has 4 corners. You can re-size that rectangle by dragging one ...
0
votes
1answer
26 views

Rotating a Rectangle from any point

I'm trying to write a script (javascript) in an API of a Virtual Table Top program so I can manipulate some tokens (Car Wars :)). I'm sort of finding the answer, but it seems like I'm struggling and ...
0
votes
1answer
30 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 = ...
0
votes
2answers
67 views

Why is my program making the computer appear to do bad trigonometry?

In my code, I have: console.log(distance_along); console.log('Cosine: ' + Math.cos(2 * Math.PI * distance_along)); var added_degrees = (ANCIENT_CLOCK.cos(2 * Math.PI * distance_along) * ...
-2
votes
2answers
70 views

How does trig work in JavaScript?

I have a value and its cosine as: -0.2567721374914637 Cosine: -0.04253775592822526 Compare what we get in Python: >>> import math >>> math.cos(-0.2567721374914637) ...
0
votes
2answers
30 views

How to move multiple lines so that they don't layer over each other

I am attempting to draw a number of lines on a map- basically, walking directions to subway stations. Many of these walking directions are the same for 50% or more of the journey (as you'd expect, ...
0
votes
1answer
41 views

Incorrect Points in Circumference

I am trying to calculate points in a circumference and I do not get expected values. I am calculating it like this: - (NSMutableArray *) pointsForSegment:(int) segment { NSLog(@"segment is %d", ...
0
votes
0answers
34 views

Calculate all points in an arc

I am trying to draw lines from the center of a circle to points (x, y) in the circumference. To calculate this the angle is used. I need to render points in between two angles. E.g. Angle 0 to angle ...
0
votes
1answer
103 views

Sin, cos, radian and rotate [duplicate]

I'm writing a program, where I have to rotate o point. But something in calculations isn't right. That's function to rotate (Y-axis): point3 rotY(point3 a, float angle){ float x,z; ...
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
2answers
174 views

OpenGL circle drawing getting an ellipse

I'm trying to draw a circle in opengl, but i can't seem to get the right coordinates, so i always get an ellipsis no matter what method i use. The current code is as follows: void Ball::Render() { ...
0
votes
2answers
70 views

Are there any accurate trigonometric functions in C?

I am working with some programming problems which require the use of trigonometric functions. Unfortunately, the functions in the math.h library seem to be inaccurate. Here is an example: #include ...
0
votes
2answers
81 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
100 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
2answers
71 views

Find the Angle between two Bearings

Given two bearing, how do I find the smallest angle between them? So for example if 1 heading is 340 degrees and the second is 10 degrees the smallest angle will be 30 degrees. I've attached a ...
0
votes
1answer
49 views

How to make a box2d body follow a sine curve

I would like to make a sprite follow the path of a sin curve, using the SetVelocity(x,y) function. At first this seemed simple to me, I made a function that returns the derivative of the function I ...
0
votes
3answers
42 views

Java: Plotting points uniformly on a circle using Graphics2d

I'm trying to draw a number of points on a circle such that each point is the same distance from the next. Eventually I'll be drawing lines between all of the points to make a little drawing. The ...
-9
votes
3answers
87 views

x = cos(x) - Java Homework [closed]

I am writing a program that will find the value of x - x = cos(x). I am a bit stuck. I am confused on how to find x. Can anyone help with explaining what I should do? (Like a diagram)
0
votes
3answers
59 views

how to implement trigonometric expressions using a programming language?

*Expression: -(sqrt((a0+a1 cos wt +a2 cos 2wt )^2 +(a1sin wt +a2 sin 2wt)^2 - ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ - sqrt ((1+b1cos wt+b2 cos 2wt)^2 +(b1 sin ...
0
votes
0answers
43 views

Android Navigation - Finding line perpendicular to a line drawn through two locations

I have two location specified in latitude and longitude (A and B). Between these location is a line (Green). I am at a third location (Me). How do I determine how far I am away from this line and in ...
0
votes
1answer
31 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 ...
0
votes
4answers
130 views

Right Triangle calculations in C#

Long time since high school. If I have a right triangle, and know angle A, I'd like to work out the length of the side opposite it. The c# cookbook page on this ...
0
votes
1answer
25 views

How can I calculate the angle

I'm creating a game where if the enemy is in a certain range and is in front of the player the player can attack the enemy. I have worked out the radius distance and made it facing forward depending ...
1
vote
1answer
42 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?
3
votes
1answer
113 views

How to convert x,y coordinates to an angle?

Microsoft provide an excellent SVG gradient maker so IE9 can also have "CSS3" gradients (click Custom). I currently utilise their logic for my Fireworks and Dreamweaver extensions to convert ...
3
votes
1answer
103 views

Moving a vector “straight out” along a fixed angle

I've searched for the answer to this and have tried many proposed solutions, but none seem to work. I've been struggling with this forever so any insight is greatly appreciated. I have 3 shapes ...
0
votes
1answer
61 views

2D Coordinate rotation - image distorted

I have an arrow, represented as X,Y points, that I want to rotate 25 degrees. My arrow rotates, but it no longer looks good. The angles are no longer 90 degrees where they should be. The points: ...
0
votes
2answers
60 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), ...
0
votes
2answers
77 views

Calculating Sin(x) using Fortran

integer n real term , sum , deg write(*,*) 'Enter Degree' read(*,*) deg deg = deg * 3.14 /180 n = 3 term = deg sum = 0 2 if ( abs(term) .gt. 0.000001) then ...
1
vote
2answers
136 views

Python Uniform distribution of points on 4 dimensional sphere

I need a uniform distribution of points on a 4 dimensional sphere. I know this is not as trivial as picking 3 angles and using polar coordinates. In 3 dimensions I use from random import random ...
-1
votes
1answer
202 views

Finding Shortest Distance Between Two Parallel Lines, With Arbitrary Point [closed]

I need to write a reliable method to retrieve the answer to the following scenario... Given a line segment AB and an arbitrary point C, how would I find the closest point to A on a line parallel to ...
0
votes
1answer
91 views

How to get an angle between a direction faced and a point in 3D space

The information I have is the vertical angle of the player's vision, the horizontal angle to the point in question, the distance to that point and the point's vertical height. I've figured out how ...
0
votes
1answer
88 views

Convert Cartesian point to point on rotated plane (pic)

I have a cartesian point that I am being given (blue line), and I need to convert it to a point relative to a rotated plane (green box). The plane is rotated at 28.227ยบ as shown below. Sadly, my lack ...
0
votes
1answer
76 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 " + ...
2
votes
2answers
102 views

How to know 3 points of intersection by providing 2 points in a rectangular area

I have this problem in a game. I know points A,B,C,D,S,T. In actionscript 3 i need to know points P1, P2, P3 and if possible the 3 angles forming by the points. After I need to draw lines T:P1, ...
0
votes
0answers
4 views

Finding regular coordinates in a line

Hullo, I have a quite tricky trigonometric issue. My app would like to show arrow annotations along polylines in a way that the distance among them is constant. I would need to calculate the latitudes ...
2
votes
1answer
65 views

C Library for Advanced Trigonometry? [closed]

I am looking for a library that has things like: Find the intersection points between 2 circles Find the tangents between a point and a circle Find the tangents between 2 circles Stuff like that. ...
3
votes
1answer
235 views

Rotating object to face mouse pointer on mousemove

I've got a mousemove cursor in my game which will make my object shoot towards my mouse cursor. I'd like my object to always rotate along to be in line with my mousecursor. How can i convert the X ...
0
votes
2answers
87 views

How to find sine^-1 (sine inverse) in lua

I just need a function that gives me the inverted sine. I've tried using math.sin(x)^-1 but that doesn't work... How do you find the inverted sine of a number in lua?

1 2 3 4 5 13