struct CCL::TransformSetter

Helper class to add/restore transformation.

#include <igraphics.h>

struct TransformSetter
{
    // fields

    IGraphics& graphics;
    bool transformed;

    // construction

    TransformSetter (IGraphics& graphics, TransformRef t);
};