Chaos::Utilities::ClipLineSegmentToAxisAlignedPlane

Clip a line segment to the inside of an axis aligned plane (normal pointing outwards).

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::ClipLineSegmentToAxisAlignedPlane
        (
            FVec3 & V0,
            FVec3 & V1,
            const int32 AxisIndex,
            const FReal PlaneDir,
            const FReal PlanePos
        )
    }
}

Remarks

Clip a line segment to the inside of an axis aligned plane (normal pointing outwards).

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