#include <archon/x3d/proxy/node.autogen.H>
Inheritance diagram for Archon::X3D::Proxy::TextureTransform:
Public Member Functions | |
Vector2 | getCenter () |
void | setCenter (Vector2 v) |
double | getRotation () |
void | setRotation (double v) |
Vector2 | getScale () |
void | setScale (Vector2 v) |
Vector2 | getTranslation () |
void | setTranslation (Vector2 v) |
Static Public Member Functions | |
static Ref< TextureTransform > | create (Ref< ExecutionContext > c) |
static NodeBase * | instantiate (Session *s, unsigned long i) |
Public Attributes | |
InputOutput< SFVec2f > | center |
InputOutput< SFFloat > | rotation |
InputOutput< SFVec2f > | scale |
InputOutput< SFVec2f > | translation |
Definition at line 1116 of file node.autogen.H.