3DCoat
3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
|
Access to transformation of mesh. More...
#include <SToolsMeshTransform.h>
Public Member Functions | |
ToolsMeshTransform () | |
Create a transformation tool. More... | |
virtual void | run () override |
Start a transformation! More... | |
ToolsMeshTransform & | position (const Vec3 &c) |
Setter for position. More... | |
Vec3 | position () const |
Getter for position. More... | |
ToolsMeshTransform & | rotation (const Angles &r) |
Setter for rotation. More... | |
Angles | rotation () const |
Getter for rotation. More... | |
ToolsMeshTransform & | scale (const Vec3 &s) |
Setter for scale. More... | |
Vec3 | scale () const |
Getter for scale. More... | |
void | operator() () |
run() More... | |
Access to transformation of mesh.
|
inline |
Create a transformation tool.
|
inlineinherited |
References coat::scripto::ToolsX::run().
ToolsMeshTransform & coat::scripto::ToolsMeshTransform::position | ( | const Vec3 & | c | ) |
Setter for position.
Vec3 coat::scripto::ToolsMeshTransform::position | ( | ) | const |
Getter for position.
ToolsMeshTransform & coat::scripto::ToolsMeshTransform::rotation | ( | const Angles & | r | ) |
Setter for rotation.
Angles coat::scripto::ToolsMeshTransform::rotation | ( | ) | const |
Getter for rotation.
|
overridevirtual |
Start a transformation!
Implements coat::scripto::ToolsX.
ToolsMeshTransform & coat::scripto::ToolsMeshTransform::scale | ( | const Vec3 & | s | ) |
Setter for scale.
Vec3 coat::scripto::ToolsMeshTransform::scale | ( | ) | const |
Getter for scale.