Computer Science, asked by wobbl, 3 months ago

What are the use of vectors in game programing???

Answers

Answered by rajansh9796
1

Answer:

In game development, vectors have two or three dimensions (depending on whether you are making a 2D or 3D game) and are generally used to represent geometrical properties of objects within the game world (rotation, position, etc.).

Answered by dibyansh1000
2

Answer:

In video games, we use vectors to represent the velocity of players, but also to control where they are aiming, or what they can see (where they are facing). All of this with one vector. We also need a point to keep track of the player’s position at all times

This is your answer

hope it helps you

Similar questions