Introduction
A 3D coordinate system helps us find and place objects in a 3D space using three numbers: X, Y, and Z.
When placing a character or object in a 3D game world.
When moving an object up, down, left, right, forward, or backward.
When rotating or scaling objects based on their position in space.
When detecting where a player or camera is located in the scene.
When creating animations that move objects through 3D space.