Navigation
API > API/Runtime > API/Runtime/GeometryCore
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/MeshAdapterTransforms.h |
| Include | #include "MeshAdapterTransforms.h" |
namespace MeshAdapterTransforms
{
template<class TriangleMeshType>
void MeshAdapterTransforms::Translate
(
TriangleMeshType & Mesh,
const FVector3d & Translation
)
}
Remarks
Apply Translation to vertex positions of Mesh. Does not modify any other attributes.