[[Reading Status Button]]

  • A 3D transformation is dependent on 9 numbers, the same way the 2D transformations are dependant on 4 numbers.
  • the 9 numbers are, the 3 basis vectors, , each basis vector has 3 co-ordinates, for the x,y and z axis
  • 3D matrix multiplication is used in Computer graphics, game programming.
  • It is easier to break down a complex transformation into multiple seperate transformations.