RevolveUtil::MakeProfileCurveMidpointOfFirstStep

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).

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Util/RevolveUtil.h

Include

#include "Util/RevolveUtil.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Private/Util/RevolveUtil.cpp

Syntax

namespace RevolveUtil
{
    GEOMETRICOBJECTS_API void RevolveUtil::MakeProfileCurveMidpointOfFirstStep
    (
        TArray< FVector3d > & ProfileCurve,
        double DegreesPerStep,
        const FVector3d & RevolutionAxisOrigin,
        const FVector3d & RevolutionAxisDirection
    )
}

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).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss