Access to transformation of mesh. More...
Inherits coat::scripto::ToolsMeshX.
Public Member Functions | |
ToolsMeshTransform () | |
Create a transformation tool. | |
a ({{comms::cMat4::Identity}}) | |
virtual void | run () override |
Start a transformation! | |
const About & | about () const |
ToolsMeshTransform & | position (const Vec3 &c) |
Setter for position. | |
Vec3 | position () const |
Getter for position. | |
ToolsMeshTransform & | rotation (const Angles &r) |
Setter for rotation. | |
Angles | rotation () const |
Getter for rotation. | |
ToolsMeshTransform & | scale (const Vec3 &s) |
Setter for scale. | |
Vec3 | scale () const |
Getter for scale. | |
Public Member Functions inherited from coat::scripto::ToolsMeshX | |
ToolsMeshX (Mesh *mesh) | |
Public Member Functions inherited from coat::scripto::ToolsX | |
void | operator() () |
run() | |
Protected Attributes | |
About | a |
Access to transformation of mesh.