ConvexHull2D::ComparePoints

Returns true if 'a' is more lower-left than 'b'.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/ConvexHull2d.h

Include

#include "Math/ConvexHull2d.h"

Syntax

namespace ConvexHull2D
{
    bool ConvexHull2D::ComparePoints
    (
        const FVector & A,
        const FVector & B
    )
}

Remarks

Returns true if 'a' is more lower-left than 'b'.

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