CC-Fractal-Suite
|
Struct that stashes of transformation parameter data for FractalSpace. More...
#include <StashData.h>
Public Member Functions | |
XformStashData (fpreal offset_x=0, fpreal offset_y=0, fpreal rotate=0, fpreal scale=0, RSTORDER xord=RSTORDER::RST) | |
void | evalArgs (const OP_Node *node, fpreal t) |
Method that sets parm values from node, based on time. More... | |
Public Attributes | |
fpreal | offset_x { 0 } |
< Translates | |
fpreal | offset_y { 0 } |
Rotation value. | |
fpreal | rotate { 0 } |
Uniform Scale value. | |
fpreal | scale { 1 } |
Transformation Order. | |
RSTORDER | xord { RSTORDER::RST } |
Struct that stashes of transformation parameter data for FractalSpace.
This can be natively used with the TEMPLATES_XFORM macro from FractalNode.h.
|
virtual |
Method that sets parm values from node, based on time.
Make xord not necessary, mainly to play nice with TEMPLATES_XFORM_BUDDHABROT which has it removed
Implements CC::StashData.