POV-Ray : Documentation : 1.2.7.3 Inverse Transform
  POV-Ray 3.6 Documentation Online View  
1.2.7.2 Transformation Order   1.2.7.4 Transform Identifiers

1.2.7.3 Inverse Transform

  transform { scale <20,24,28> translate y*3  inverse }

An inverse transform does the opposite of what the transform would normally do, and can be used to "undo" transforms without messing around with huge numbers of transformations. To do the same without this inverse, you would have to duplicate each transform, change them to do the opposite of what they would normally do (for example translate -y*3 instead of translate y*3)and reverse their order.

1.2.7.2 Transformation Order   1.2.7.4 Transform Identifiers


Copyright 2003-2021 Persistence of Vision Raytracer Pty. Ltd.