Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Util
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Util/RevolveUtil.h |
| Include | #include "Util/RevolveUtil.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/Util/RevolveUtil.cpp |
namespace RevolveUtil
{
GEOMETRYCORE_API void RevolveUtil&58;&58;MakeProfileCurveMidpointOfFirstStep
&40;
TArray< FVector3d > & ProfileCurve,
double DegreesPerStep,
const FVector3d & RevolutionAxisOrigin,
const FVector3d & RevolutionAxisDirection
&41;
}
Remarks
Shifts the profile curve in such a way that it becomes the midpoint of the first rotation step (i.e., rotates it back half a step while projecting it outward onto the plane passing through the profile).