SetNeutralJointRotationsCommand is used to set new rotation values to neutral joints.
More...
#include <SetNeutralJointRotationsCommand.h>
SetNeutralJointRotationsCommand is used to set new rotation values to neutral joints.
◆ SetNeutralJointRotationsCommand() [1/5]
dnac::SetNeutralJointRotationsCommand::SetNeutralJointRotationsCommand |
( |
MemoryResource * |
memRes = nullptr | ) |
|
|
explicit |
43 :
pImpl{makeScoped<Impl>(memRes)} {
44}
ScopedPtr< Impl > pImpl
Definition: SetNeutralJointRotationsCommand.h:56
◆ SetNeutralJointRotationsCommand() [2/5]
46 :
47 pImpl{makeScoped<Impl>(memRes)} {
48
49 pImpl->setRotations(rotations);
50}
References pImpl.
◆ SetNeutralJointRotationsCommand() [3/5]
55 :
56 pImpl{makeScoped<Impl>(memRes)} {
57
58 pImpl->setRotations(xs, ys, zs);
59}
References pImpl.
◆ ~SetNeutralJointRotationsCommand()
dnac::SetNeutralJointRotationsCommand::~SetNeutralJointRotationsCommand |
( |
| ) |
|
|
default |
◆ SetNeutralJointRotationsCommand() [4/5]
◆ SetNeutralJointRotationsCommand() [5/5]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ run()
◆ setRotations() [1/2]
Method for setting the neutral joint rotations.
- Parameters
-
xs | The X rotation value for each joint. |
ys | The Y rotation value for each joint. |
zs | The Z rotation value for each joint. |
69 {
70 pImpl->setRotations(xs, ys, zs);
71}
References pImpl.
◆ setRotations() [2/2]
Method for setting the neutral joint rotations.
- Parameters
-
rotations | Rotation values for each joint. |
65 {
66 pImpl->setRotations(rotations);
67}
References pImpl.
◆ pImpl
The documentation for this class was generated from the following files: