I know that when we want to move from one coordinate system to another (e.g. from right to left) that we have to invert z-axis, or any other.
What about the rotations? It seems to me that this should not be a concern as once we have vertices in place an inversion of a basis vector is sufficient. I guess that clockwise or counter-clockwise should come into consideration only if we don't know the final position (after some transformation) of some vertices.
Is this correct or have I missed something?