Thread Closed

Converting between coordinate planes

 
Share Thread Thread Tools
Feb11-07, 01:13 AM   #1
 

Converting between coordinate planes


How would you go about converting from a Cartesian coordinate plane to one where (0,0) is in the top left hand corner?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Feb11-07, 01:20 AM   #2
 
Quote by Jripe View Post
How would you go about converting from a Cartesian coordinate plane to one where (0,0) is in the top left hand corner?
What do you mean by the origin being in the top left hand corner?
 
Feb11-07, 01:27 AM   #3
 
Like this:
 
Feb11-07, 01:30 AM   #4
 

Converting between coordinate planes


It's still pretty much the same cartesian plane, I guess it's just resized because for whatever purpose that is needed for only requires the fourth quadrant.
 
Feb11-07, 01:43 AM   #5
 
Ok.. maybe I should have put my question a bit better, with a bit more info on what I need this for.

What I have is an object, inside a screen, that is inside another screen. The object can move, and the screen inside the screen is partially-fixed onto the object. If I move the mouse to the left, the screen will follow it to the left, up until the object is on the very right side of the screen which stops it from moving further.

The objects coordinates are based on the large screens origin, and my mouse coordinates are based on the smaller screens plane, which starts in the top left 0,0.

What I am trying to do is to get the mouses coordinates relative to the larger screen.
 
Feb11-07, 01:52 AM   #6
 
Quote by Jripe View Post
Ok.. maybe I should have put my question a bit better, with a bit more info on what I need this for.

What I have is an object, inside a screen, that is inside another screen. The object can move, and the screen inside the screen is partially-fixed onto the object. If I move the mouse to the left, the screen will follow it to the left, up until the object is on the very right side of the screen which stops it from moving further.

The objects coordinates are based on the large screens origin, and my mouse coordinates are based on the smaller screens plane, which starts in the top left 0,0.

What I am trying to do is to get the mouses coordinates relative to the larger screen.
I guess you could shift the coordinate axes of the upper left coordinate point to be (0,0) and adjust all other points accordingly.
 
Feb11-07, 03:27 AM   #7
 
Mentor
Blog Entries: 9
OP,
Have you got any ideas on how you could accomplish this?
 
Feb11-07, 03:33 AM   #8
 
I'm getting there. I started off by thinking that if the mouse was at say, (0,0) then it would be a whole screen distance up and to the left so I would say distance x = Screen size - 0 and distance y = Screen size - 0 up until half of the screen. I realise now that this would only work at the maximums (I think) because as you go towards the middle you would be getting half the screen size, which isn't what I want.

I am about to go to bed, so I will give this a bit of thought while going to sleep and then continue on tommorow.

Oh, one other thing I forgot to mention is that up is -ve and down is +ve, right is +ve and left is -ve for the objects coordinates relative to the large screen.

After a little bit of brainstorming, maybe the distance from the middle of the screen. I'm done. Bed.
 
Thread Closed
Thread Tools


Similar Threads for: Converting between coordinate planes
Thread Forum Replies
Converting between coordinate systems? Calculus & Beyond Homework 3
Converting from 2D coordinate Systems Linear & Abstract Algebra 1
converting from an array of function values to coordinate array of different length Programming & Comp Sci 3
planes Precalculus Mathematics Homework 3
planes Introductory Physics Homework 3