#include <archon/x3d/proxy/node.autogen.H>
Inheritance diagram for Archon::X3D::Proxy::Transform:


Public Member Functions | |
| Vector3 | getCenter () |
| void | setCenter (Vector3 v) |
| Rotation3 | getRotation () |
| void | setRotation (Rotation3 v) |
| Vector3 | getScale () |
| void | setScale (Vector3 v) |
| Rotation3 | getScaleOrientation () |
| void | setScaleOrientation (Rotation3 v) |
| Vector3 | getTranslation () |
| void | setTranslation (Vector3 v) |
Static Public Member Functions | |
| static Ref< Transform > | create (Ref< ExecutionContext > c) |
| static NodeBase * | instantiate (Session *s, unsigned long i) |
Public Attributes | |
| InputOutput< SFVec3f > | center |
| InputOutput< SFRotation > | rotation |
| InputOutput< SFVec3f > | scale |
| InputOutput< SFRotation > | scaleOrientation |
| InputOutput< SFVec3f > | translation |
Definition at line 761 of file node.autogen.H.
1.4.4