What is a vector?

Discussion in 'Plugin Development' started by techboy291, Jan 29, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    techboy291

    Okay, so I've looked around the bukkit wiki and have tried searching for it on google, but I can't figure out what a vector is. Would someone mind explaining it to me? Any help is appreciated :)
     
  2. Offline

    Ne0nx3r0

    The short answer is, vectors are used to represent/track movement.

    They consist of three numbers:
    X - North/South movement
    Y - Up/Down movement
    Z - East/West movement

    Here's a link to some threads you will probably find helpful:
    https://www.google.com/search?q=site:Bukkit.org vector example

     
  3. Offline

    techboy291

    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page