Chaos::Utilities::ProjectPointOntoAxisAlignedPlane

Project a point V along direction Dir onto an axis aligned plane.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Utilities.h

Include

#include "Chaos/Utilities.h"

Syntax

namespace Chaos
{
    namespace Utilities
    {
        void Chaos::Utilities::ProjectPointOntoAxisAlignedPlane
        (
            FVec3 & V,
            const FVec3 & Dir,
            int32 AxisIndex,
            FReal PlaneDir,
            FReal PlanePos
        )
    }
}

Remarks

Project a point V along direction Dir onto an axis aligned plane. /

Does not check for division by zero (Dir parallel to plane).

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