Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FMeshPlanarSymmetry
Description
Given the pairing (SourceVertexROI, SourceVertexPositions), compute the symmetry-constrained vertex positions for MirrorVertexROI and store in MirrorVertexPositionsOut. This function assumes that the MirrorVertexROI was computed by calling GetMirrorVertexROI(SourceVertexROI, MirrorVertexROI, bForceSameSizeWithGaps=true), ie all the arrays must be the same length
| Name | ComputeSymmetryConstrainedPositions |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Parameterization/MeshPlanarSymmetry.h |
| Include Path | #include "Parameterization/MeshPlanarSymmetry.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Parameterization/MeshPlanarSymmetry.cpp |
void ComputeSymmetryConstrainedPositions
(
const TArray < int > & SourceVertexROI,
const TArray < int > & MirrorVertexROI,
const TArray < FVector3d > & SourceVertexPositions,
TArray < FVector3d > & MirrorVertexPositionsOut
) const