Navigation
API > API/Plugins > API/Plugins/DNACalibLib > API/Plugins/DNACalibLib/SetNeutralJointRotationsCommand
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void setRotations
(
ConstArrayView< Vector3 > rotations |
Method for setting the neutral joint rotations. | dnacalib/commands/SetNeutralJointRotationsCommand.h | |
void setRotations
(
ConstArrayView< float > xs, |
Method for setting the neutral joint rotations. | dnacalib/commands/SetNeutralJointRotationsCommand.h |
setRotations(ConstArrayView< Vector3 >)
Description
Method for setting the neutral joint rotations.
| Name | setRotations |
| Type | function |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/SetNeutralJointRotationsCommand.h |
| Include Path | #include "dnacalib/commands/SetNeutralJointRotationsCommand.h" |
| Source | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Private/dnacalib/commands/SetNeutralJointRotationsCommand.cpp |
void setRotations
(
ConstArrayView< Vector3 > rotations
)
Parameters
| Name | Remarks |
|---|---|
| rotations | Rotation values for each joint. |
setRotations(ConstArrayView< float >, ConstArrayView< float >, ConstArrayView< float >)
Description
Method for setting the neutral joint rotations.
| Name | setRotations |
| Type | function |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/SetNeutralJointRotationsCommand.h |
| Include Path | #include "dnacalib/commands/SetNeutralJointRotationsCommand.h" |
| Source | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Private/dnacalib/commands/SetNeutralJointRotationsCommand.cpp |
void setRotations
(
ConstArrayView< float > xs,
ConstArrayView< float > ys,
ConstArrayView< float > zs
)
Parameters
| Name | Remarks |
|---|---|
| xs | The X rotation value for each joint. |
| ys | The Y rotation value for each joint. |
| zs | The Z rotation value for each joint. |