Whats the difference between x coordinate and y coordinate?

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
simon
Cone that earned his stripes
Cone that earned his stripes
Posts: 116
Joined: 18 Sep 2004 20:53
Location: Sweden
Contact:

Whats the difference between x coordinate and y coordinate?

Postby simon » 08 Jul 2005 01:13

What is the difference between "x coordinate" and "y coordinate"?
I'm was transating and got to this:

Code: Select all

#: src/libvlc.h:201 msgid "" "You can enforce the position of the top left corner of the video window here " "(x coordinate)." msgstr ""
and the next thing I translate is this:

Code: Select all

#: src/libvlc.h:206 msgid "" "You can enforce the position of the top left corner of the video window here " "(y coordinate)." msgstr ""
soo I wonder what is the difference, to me it seems like it's the same thing

//simon

zcot
Big Cone-huna
Big Cone-huna
Posts: 606
Joined: 15 Jun 2005 10:58

Postby zcot » 08 Jul 2005 04:20

x coordinate is the left side of the window.

y coordinate is the top side edge of the window.

-both of them together make the upper left corner of the video window.

change x and the window moves left/right.

change y and it moves up/down.

[the entire-screen coordinate at the upper left, is x=0, y=0]

increase x and the video moves toward the right, increase y and the video is moving downward(all is based on the top left corner of the video window).

simon
Cone that earned his stripes
Cone that earned his stripes
Posts: 116
Joined: 18 Sep 2004 20:53
Location: Sweden
Contact:

Postby simon » 08 Jul 2005 11:23

Now I get it, Thanks

//simon


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 20 guests