• weker01@sh.itjust.works
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    1 month ago

    I can’t resist. I’ve been indoctrinated by my math classes: “A vector is an element of a vector field.”

    A bunch of numbers is not immediately a vector. To be a vector you need the defining functions of a vector field also. Like addition and scalar multiplication.

    • catloaf@lemm.ee
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      1 month ago

      In pure mathematics, that’s. In game engines, a vector is a data type, and you can stuff whatever the fuck you want in its components. Not saying you should, but you can.

      Generally they’re just used where they make sense, like the direction+magnitude example. RGB is a little weird until you realize that a color is really just a point in a 3D space along the red, green, and blue axes.