ExactPredicates::Orient3D

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::Orient3D
    (
        const VectorType & A,
        const VectorType & B,
        const VectorType & C,
        const VectorType & D
    )
}

Returns

value indicating which side of triangle ABC point D is on, or 0 if ABCD are coplanar

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