Results 1 to 11 of 11

Thread: X,Y Coordinate System?

  1. #1

    Thread Starter
    Hyperactive Member dflw's Avatar
    Join Date
    Apr 2001
    Location
    ct, usa
    Posts
    412

    X,Y Coordinate System?

    Hello,

    Can someone please post a link to a good tutorial on the XY Coordinate system? Thanks for any help!
    Visual Basic 6, HTML, JavaScript, learning C++

  2. #2
    Addicted Member hypnos's Avatar
    Join Date
    Aug 2000
    Location
    UK
    Posts
    183

    Lightbulb

    Sorry I have no link myself. I'd just like to tell you, it's a very basic system. These are the key points:

    X = Horizontal
    Y = Vertical

    The coordinates 0,0 are always (unless you rotate it ) in the top left corner of the screen. The higher the X value, the further to the right you will be and the higher up the Y scale, the further down you will be. Not much to it. Sorry I don't have a link to a tutorial though.

  3. #3
    Addicted Member hypnos's Avatar
    Join Date
    Aug 2000
    Location
    UK
    Posts
    183

    Talking

    I've just made a real load of crap for you, which is my attempt at explaining the XY coordinate system

  4. #4
    New Member
    Join Date
    Sep 2001
    Posts
    4
    How do I rotate the axis where the bottom is 0 and the right side is 0?
    Last edited by Whiteblitz; Sep 23rd, 2001 at 03:29 PM.

  5. #5
    Frenzied Member cyborg's Avatar
    Join Date
    May 2000
    Location
    Sweden
    Posts
    1,755
    what are you going to use it for?
    Check out the FAQ and do a search before you post.
    My tutorials: Anti-Alias Pixels, Accurate Game Loop, Resource File

  6. #6
    Frenzied Member cyborg's Avatar
    Join Date
    May 2000
    Location
    Sweden
    Posts
    1,755
    im having a class in autocad right now...just some minutes before this class i had maths with some coordinate-stuff!
    but that was no fun!
    i allready knew all that sh*t!
    i wanna learn some new stuff!

    gimme knowledge!!!
    Last edited by cyborg; Sep 24th, 2001 at 07:59 AM.
    Check out the FAQ and do a search before you post.
    My tutorials: Anti-Alias Pixels, Accurate Game Loop, Resource File

  7. #7
    New Member
    Join Date
    Sep 2001
    Posts
    4
    a 3d map editor.... i have to draw reversed and upside down with it the way it is.

  8. #8
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    3D uses an X, Y, Z co-ordinate system.

    The basic idea is the same, that each of the values describes a point in space, but you can normally swap them around because you can rotate.

    If you're rotating, depening on how you're doing the rotating, you should display (like most 3d programs do), a little 3 lined shape in the corner showing which directions the 3 co-ordinate descriptors are in.

    So normally its X goes left to right, Y goes at ninety degrees to X on the same plane, and Z goes 90 degrees up in the air from that plane. So if you take that odd shape, then when you rotate everything, you should rotate that too to show where/how everything is orientated.

    Here's a 3d map editor for quake that does that.
    Source code too :
    http://www.qoole.com/download.shtml
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  9. #9
    Zaei
    Guest
    I have always found that, since Y is UP in 2D space, it should also be UP in 3D. If you draw a 2D plot on paper, and then draw the Z axis, Y is still UP =P.

    Z.

  10. #10
    New Member
    Join Date
    Sep 2001
    Posts
    4

  11. #11
    New Member
    Join Date
    Sep 2001
    Posts
    4
    Maybe this should help explain what I'm asking about
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width