RWX: TransformBegin

Usage

TransformBegin

This command saves a copy of the current transformation matrix so that it can be restored at a later point. Use this command when you want to make changes to the current matrix and then be able to return to its original values later. The original values are restored by the TransformEnd command.

TransformBegin/TransformEnd blocks can be nested arbitrarily deep.

See Also

Identity Rotate Scale Translate Transform TransformEnd