SetNeutralJointTranslationsCommand is used to set new translation values to neutral joints.
More...
#include <SetNeutralJointTranslationsCommand.h>
SetNeutralJointTranslationsCommand is used to set new translation values to neutral joints.
◆ SetNeutralJointTranslationsCommand() [1/5]
dnac::SetNeutralJointTranslationsCommand::SetNeutralJointTranslationsCommand |
( |
MemoryResource * |
memRes = nullptr | ) |
|
|
explicit |
43 :
pImpl{makeScoped<Impl>(memRes)} {
44}
ScopedPtr< Impl > pImpl
Definition: SetNeutralJointTranslationsCommand.h:56
◆ SetNeutralJointTranslationsCommand() [2/5]
47 :
48 pImpl{makeScoped<Impl>(memRes)} {
49
50 pImpl->setTranslations(translations);
51}
References pImpl.
◆ SetNeutralJointTranslationsCommand() [3/5]
56 :
57 pImpl{makeScoped<Impl>(memRes)} {
58
59 pImpl->setTranslations(xs, ys, zs);
60}
References pImpl.
◆ ~SetNeutralJointTranslationsCommand()
dnac::SetNeutralJointTranslationsCommand::~SetNeutralJointTranslationsCommand |
( |
| ) |
|
|
default |
◆ SetNeutralJointTranslationsCommand() [4/5]
◆ SetNeutralJointTranslationsCommand() [5/5]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ run()
◆ setTranslations() [1/2]
Method for setting the neutral joint translations.
- Parameters
-
xs | The X translation value for each joint. |
ys | The Y translation value for each joint. |
zs | The Z translation value for each joint. |
72 {
73 pImpl->setTranslations(xs, ys, zs);
74}
References pImpl.
◆ setTranslations() [2/2]
Method for setting the neutral joint translations.
- Parameters
-
translations | Translation values for each joint. |
66 {
67 pImpl->setTranslations(translations);
68}
References pImpl.
◆ pImpl
The documentation for this class was generated from the following files: