The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
-3
votes
0answers
16 views

Android program to show a protractor and needle on the screen

I want to show a protractor and needle on the screen and measure degrees as I rotate the phone. On what principle is this based accelerometer, gyro or where do I start? Thanks for any help.
0
votes
2answers
45 views

Display value from Math.tan() in degrees?

I'm learning programming for android and i made a calculator. The calculator is working fine but I'm having troubles with my sin, cos and tan formulas. I would like to display the values in degrees ...
-5
votes
0answers
31 views

How to show a picture by degrees? [duplicate]

I want to show a picture by degrees, like : I have a picture of a circle and I want to show only half of it, I will choose 180 degrees [half of circle] or 90 for quarter. I hope you get me, I want ...
-6
votes
0answers
45 views

How to show a picture by degrees? [closed]

I want to show a picture by degrees, like if I will choose 90 it will show just 90 degrees of the circle, anybody knows?
1
vote
2answers
77 views

Complex numbers - Finding theta - C programming

I am a complete beginner at programming and Ive got a task to do, its pretty much just to find R and theta from a complex number, and take appropriate action using if statements depending which ...
-1
votes
2answers
31 views

Realistically, how difficult is it to get your foot in the door in the software or IT industry when you don't have a Comp Sci or relative degree? [closed]

I have a bachelor's degree, but it is in a completely unrelated field to computer science. I decided to try to get a job in software or IT (haven't decided on that yet) because I realized that I'm ...
0
votes
0answers
23 views

Getting people chain that bind me with a Facebook user (Android SDK Facebook API)

Could some kind of query in Android using the Facebook API to give me back the users who are in the middle between a user who use my application, logging in to her, and anyone else on Facebook? ...
0
votes
1answer
237 views

Convert GPS Degrees Minutes Seconds to Decimal Degrees

I have a formula that I am using to calculate decimal degrees from gps coordinates. GPS Coordinates: 3800.5825,N 08735.5417,W Formula: Private Function DMStoDD(ByVal toConvert As Double, ByVal ...
-7
votes
1answer
93 views

Should I continue my Computer Science degree? [closed]

As I am already approaching my 3rd year in my 4 year progression plan in my Computer Science major, lately I have been questioning whether I chose the correct major or not. I already am fairly deep ...
0
votes
0answers
36 views

Calculate degrees of visibility

I am creating a couple of scripts using python that calculate the visibility of surrounding greenspace features (parks, forests etc) from a number of observer points (houses). I have created one that ...
0
votes
3answers
95 views

Android accelerotmeter - detecting a person turning

I have started to play with interacting with the accelerometer and had an interesting question. Is there a way to reliably detect if a user is turning on the spot with the phone - and how much (e.g. ...
0
votes
3answers
216 views

How to convert slope to degrees and vice versa?

I'm making a game where you have a sprite that shoots bullets in the direction of the mouse. So far, it works fine with 1 bullet. I have this method that gets a slope, and then normalizes the vector: ...
-1
votes
1answer
268 views

Converting distance (nautical miles) into degrees (Lat/Long)

I have entities in a simulation whose initial locations and paths are code using Java in decimal degrees. I need to scale the sensor radius (it's in nautical miles) and speed (nautical miles/hr) to ...
0
votes
0answers
146 views

Computer Information Systems (BS) vs Computer Science (BS) [closed]

I'm having a really hard time deciding between CS(BS) or a CINS (BS) degree. I've seen many people across several forums say different things so I thought I'd post my situation since other people seem ...
-1
votes
1answer
63 views

VB.NET System.Math Radius to Degree

I am making a calculator on VB.net and I noticed that the System.Math library uses RAD kind of calculating and I would like it to calculate in DEG. Is it possible to change that?
1
vote
2answers
115 views

How to find placement of a point in degrees on a circle's circumference given coordinates

Who is a math wiz and wants to check my math? I'm trying to find the placement of a point(x,y) on the circumference of a circle in degrees. If I use x=radius*cos(Q)+xOrigin, I end up with ...
0
votes
1answer
70 views

Angles on a circle [closed]

I am trying to work out some circle detection and I'm having trouble working out some angles, can anyone tell me how to get the angle value of these blue angles. I have never worked with angles ...
0
votes
1answer
219 views

Convert Google Maps north to Magnetic north

I'm building a Django site connected to an android app. The android part is a navigator, and the site permits to build your own maps using images. During the construction of these maps, user can set ...
1
vote
1answer
115 views

How can I make an image rotate certain degrees whenever I click the button? (webkit)

This is the code: See I need it to rotate it by 45° every time I click a button: 0 to 45 - 45 to 90 - 90 to 135 etc etc etc and infinitely. It would be awesome if you guys help me out. <style ...
-2
votes
2answers
135 views

T-SQL calculate longitude value for 1.0 according specific cordinates

As I it is shown here the value(how many km is) of one degree of longitude decrease as we move to the poles. I need a algorithm for calculating the current km that one degree of longitude is for given ...
1
vote
1answer
91 views

Java Jung Degree Sequences

I am doing some Graph Theory analysis using the Java Jung 2.01 graph package. I am looking for some sort of function that will give me a degree sequence of the graph. I have been poking around the ...
4
votes
2answers
180 views

Display different values at different angles in a circle using html5 canvas

Using HTML5 Canvas and Javascript I need to display different values (represented by a dot maybe) at different angles inside a circle. Example data: val 34% @ 0°, val 54% @ 12°, val 23% @ 70°, and so ...
0
votes
1answer
118 views

convert UIAccelerometer data into Degree in iPhone?

any idea how to turn the accelerometer data into degrees? i have developed an accelerometer application and i need to get the values in degree? UIAccelerometer *accel = [UIAccelerometer ...
1
vote
2answers
166 views

How can I format coordinates like this?

I need to format my coordinates like this: N 61° 14.5919' E 23° 28.1751' Now my coordinates look like this: 61.145919 23.281751 My code: - (void)locationManager:(CLLocationManager *)manager ...
0
votes
2answers
949 views

How do I get degrees out of the magnetic field property in iOS?

from Apple's Documentation : @property(readonly, nonatomic) CMMagneticField magneticField Returns the magnetic field measured by the magnetometer. (read-only) The value of this property is the ...
0
votes
1answer
566 views

Find a point on a circle circumference based on degrees

Let's say that you have a stick figure. Let's say the stick figure has an elbow and a hand. What if the stick figure wants to spin his hand in a windmill without moving his elbow? If the elbow ...
0
votes
2answers
245 views

Correct formula to “invert” rotation (in degrees) in AS3?

I'm at a complete loss at how to do this: I have my player movieclip on the stage, and when the mouse is clicked a bullet is fired and projected at the correct angle to point itself at the mouse ...
1
vote
1answer
127 views

How to move an angle variable towards a target angle in the shortest way

My game units have an angle variable, and a targetAngle variable. These variables range from 1 to 360 degrees. The angle variable should always move towards the targetAngle variable. The problem is, ...
1
vote
1answer
258 views

Rotate 2d image onclick android

i want to rotate the image of imageView, i have scaled the image using matrix but having problem in rotation, i'm using the code... int previousDegrees = 0; int degrees = 90; ...
4
votes
2answers
704 views

Calculate average of wind direction in MySQL

I have a table with the wind direction (among other weather values) every 10 seconds on a new row. The direction is stored as degrees: 0 - 360. Purpose What is the meaning of this average? The ...
0
votes
1answer
174 views

How to deal with circle degrees in Numpy?

I need to calculate some direction arrays in numpy. I divided 360 degrees into 16 groups, each group covers 22.5 degrees. I want the 0 degree in the middle of a group, i.e., get directions between ...
0
votes
0answers
89 views

iPhone iPod what's the view arc of the hardware camera in degrees?

I will be implementing a custom map view direction indicator, like the compass app with the map kit. To add my own version of the "view cone" for iPhone or iPod, I need to know how many degrees the ...
3
votes
1answer
262 views

Why do we use radians in programming?

I like radians just as much as the next guy, and typically prefer to use them over degrees, but why do we use radians in programming? To rotate something 180 degrees, you need to rotate it by ...
0
votes
1answer
214 views

How do I display a full 360 degrees using Actionscript 2 and Trigonometry?

I'm creating a game that uses trigonometry to calculate and display distance and degrees in dynamic text boxes. I'm calculating the distance of my cursor from center of a movie clip. And using that ...
1
vote
3answers
6k views

Java: Calculating the angle between two points in degrees

I need to calculate the angle in degrees between two points for my own Point class, Point a shall be the center point. Method: public float getAngle(Point target) { return (float) ...
0
votes
1answer
372 views

Given GPS coordinates in decimals, how can I convert them to degrees in python? [duplicate]

Possible Duplicate: How to Convert DD to DMS in Python Convert decimal coordinates to Degrees, Minutes & Seconds by c# How can I convert a pair of decimal coordinates to degrees, as ...
0
votes
3answers
158 views

What is the rotation that gives an horizontal flip and a vertical flip?

Given this unit circle (degrees): What would be the code for functions that would rotate the image to flip it horizontally and vertically? For example, FlipHorizontal(315) = 225, ...
1
vote
2answers
177 views

How to transform degrees (angle) to facing number

I have a image which contains 40 rotated images. With image index starting at 0. 0-39 actually. Here is the code which transforms 0-39 to degrees int image_direction = 0; //Can be 0-39 int ...
6
votes
4answers
2k views

Convert decimal coordinate into degrees, minutes, seconds, direction

I have the following so far, but can't figure out a tidy way to get the direction letters in without a bunch of messy if statements. Any ideas? Ideally I'd like to extend the CLLocation class with a ...
3
votes
2answers
811 views

degree symbol in TextView

I want to know how to make a degree symbol for an angle in a Text View (android). There are a few questions similar to this, I have tried them but they don't seem to work. <TextView ...
0
votes
1answer
1k views

Rectangle Rotation and Flipping

I have a bitmap with a Rectangle object that is drawn on top of it. I want to be able to RotateFlip the bitmap and adjust the x, y, width, and height of the Rectangle so that it lines up with the ...
1
vote
2answers
369 views

Calculating angle when sine is known

How can I calculate the angle in degrees when Math.Sin is known? Asine will work? and multiply it by 180 and divide by pi?
0
votes
1answer
3k views

Actionscript 3.0 Rotating a sprite around its center point

I searched online and found this script that is supposed to rotate and image but I'm not sure how to use, where to put in the degree angle that I want my sprites to rotate by. Also, I get an error. ...
1
vote
4answers
468 views

Find number of degrees to rotate?

I am trying to find a method which will rotate an object to make it face a specified point, however the numbers I am getting don't make much sense and I don't think I understand what the math methods ...
1
vote
1answer
656 views

Actionscript3.0 - Why the value of Math.cos(35.26) is Minus?

trace(Math.cos(45)); //0.5253219888177297 trace(Math.cos(30)); //0.15425144988758405 trace(Math.cos(35.264)); //-0.7606511017750149 I'm confused. Do I need to lean Math at the Middle School?
2
votes
1answer
2k views

Converting longitude latitude degrees to miles in Java

How do you convert degrees (longitude latitude) to miles in Java? For example if I want to move longitude by 69.11 miles, I add 1 degree. Do I do simple calculation or should I use some kind of API. ...
2
votes
3answers
1k views

Confused about degrees and OpenGL/GLUT camera movement/rotation

NOTICE: I have edited the question below which is more relevant to my real issue than the text right below, you can skip this if you but I'll leave it here for historic reasons. To see if I get this ...
1
vote
3answers
610 views

python convert degrees to change in x and change in y

I am making a snake game in python with pygame and for moving the character I have a integer which is the degrees of the angle it should move. Is there any way I can get the change in x and y to move ...
0
votes
2answers
2k views

Actionscript 3.0 Rotating an Image, by 90 degrees, that was loaded from a url

I got an error saying "Attempted access of inaccessible method rotation through a reference with static type flash.display:Sprite.ssd.rotation(90)}" I just want to know how to rotate my image by ...

1 2