Page 37 - CSS
P. 37
Chapter 3: 3D Transforms
Remarks
Coordinate system
3D transforms are made according to an (x, y, z) coordinate vector system in Euclidean space.
The following image shows an example of coordinates in Euclidean space:
In CSS,
• The x axis represents the horizontal (left and right)
• The y axis represents the vertical (up and down)
• The z axis represents the depth (forward and backward/closer and further)
The following image shows how these coordinates are translated in CSS:
Examples
https://riptutorial.com/ 15

