Navigation
API > API/Plugins > API/Plugins/DNACalibLib > API/Plugins/DNACalibLib/SetVertexPositionsCommand
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void setPositions
(
ConstArrayView< Vector3 > positions |
Method for setting the vertex positions used to calculate new values. | dnacalib/commands/SetVertexPositionsCommand.h | |
void setPositions
(
ConstArrayView< float > xs, |
Method for setting the vertex positions used to calculate new values. | dnacalib/commands/SetVertexPositionsCommand.h |
setPositions(ConstArrayView< Vector3 >)
Description
Method for setting the vertex positions used to calculate new values.
| Name | setPositions |
| Type | function |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/SetVertexPositionsCommand.h |
| Include Path | #include "dnacalib/commands/SetVertexPositionsCommand.h" |
| Source | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Private/dnacalib/commands/SetVertexPositionsCommand.cpp |
void setPositions
(
ConstArrayView< Vector3 > positions
)
Parameters
| Name | Remarks |
|---|---|
| positions | The vertex positions. |
setPositions(ConstArrayView< float >, ConstArrayView< float >, ConstArrayView< float >)
Description
Method for setting the vertex positions used to calculate new values.
| Name | setPositions |
| Type | function |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/SetVertexPositionsCommand.h |
| Include Path | #include "dnacalib/commands/SetVertexPositionsCommand.h" |
| Source | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Private/dnacalib/commands/SetVertexPositionsCommand.cpp |
void setPositions
(
ConstArrayView< float > xs,
ConstArrayView< float > ys,
ConstArrayView< float > zs
)
Parameters
| Name | Remarks |
|---|---|
| xs | The X coordinates for each vertex. |
| ys | The Y coordinates for each vertex. |
| zs | The Z coordinates for each vertex. |