mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-04-13 20:02:23 +02:00
Merge pull request #4816 from AliMaazKhan/patch-1
Add youtube video link on 'Vectors'
This commit is contained in:
commit
1903674147
@ -1,3 +1,4 @@
|
||||
# Vector
|
||||
|
||||
`Vector` in game development is a mathematical concept and an integral part of game physics. It represents a quantity that has both magnitude and direction. A vector can be used to represent different elements in a game like positions, velocities, accelerations, or directions. In 3D games, it's commonly used to define 3D coordinates (x, y, z). For example, if you have a character in a game and you want to move it up, you'd apply a vector that points upward. Hence, understanding how to manipulate vectors is a fundamental skill in game development.
|
||||
`Vector` in game development is a mathematical concept and an integral part of game physics. It represents a quantity that has both magnitude and direction. A vector can be used to represent different elements in a game like positions, velocities, accelerations, or directions. In 3D games, it's commonly used to define 3D coordinates (x, y, z). For example, if you have a character in a game and you want to move it up, you'd apply a vector that points upward. Hence, understanding how to manipulate vectors is a fundamental skill in game development.
|
||||
- [Introduction to Vectors (By Sebastian Lague)](https://youtu.be/m7VY1T6f8Ak?feature=shared)
|
||||
|
Loading…
x
Reference in New Issue
Block a user