Chaos::Utilities::ProjectPointOntoAxisAlignedPlaneSafe

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
    {
        bool Chaos::Utilities::ProjectPointOntoAxisAlignedPlaneSafe
        (
            FVec3 & V,
            const FVec3 & Dir,
            int32 AxisIndex,
            FReal PlaneDir,
            FReal PlanePos,
            FReal Epsilon
        )
    }
}

Remarks

Project a point V along direction Dir onto an axis aligned plane. /return true if the point was successfully projected onto the plane; false if the direction is parallel to the 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