Game Math Flashcards
Distance between two vectors
Norm of V1 - V2
https://youtu.be/WV_MgugxP3Q
https://en.wikipedia.org/wiki/Norm_(mathematics)
SQRT( (V1.X - V2.X)sq + (V1.Y - V1.Y)sq + (V1.Z - V2.Z)sq )
Why and when do you need to normalize vector?
What types of vectors there are?
Coordinate systems - World, Local - how are they stored?
How to convert coordinates from World to Local?
What is left-handed system and right-handed system and what is the difference?
What is AABB?
How can you understand if the point is inside the sphere or outside?
How can you understand if the points is inside the AABB or outside?
What is OOB?
How can you understand if the points is inside the OBB?
Euler Angles - why and when to use them?
Quaternions - why and when to use them?
Matrices - why and when to use them?
Special Coordinate systems (polar, baricentric) - what are they and how can you use them?