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