ExactPredicates::Orient2D

Windows
MacOS
Linux

References

Module

GeometryAlgorithms

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometryAlgorithms/Public/ExactPredicates.h

Include

#include "ExactPredicates.h"

Syntax

namespace ExactPredicates
{
    template<typename VectorType>
    double ExactPredicates::Orient2D
    (
        const VectorType & A,
        const VectorType & B,
        const VectorType & C
    )
}

Returns

value indicating which side of line AB point C is on, or 0 if ABC are collinear

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