D3PLOT 22.1
The Order of Multiple Transformations
The Order of Multiple Transformations
Where more than one transformation is active they are applied in the order they appear above, i.e.:
- Any translation
- Any reflection
- Any rotation
- Any scale
Therefore when specifying multple translations you may need to consider how an earlier operation affects a later one. For example if you translate and reflect then the distance along the axis at which you reflect will need to take into consideration any prior translation down that axis.