157

Transforming shapes
Creating a 3D transform

  • A Transform3D describes the actual translation, rotation, and scaling

  • 3D transforms are internally represented as a 4x4 matrix
  • You can set the matrix directly

  • Most people will use helper methods to do translation, rotation, and scaling