VectorUtil::IsObtuse

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/VectorUtil.h

Include

#include "VectorUtil.h"

Syntax

namespace VectorUtil
{
    template<typename RealType>
    bool VectorUtil::IsObtuse
    (
        const FVector3< RealType > & V1,
        const FVector3< RealType > & V2,
        const FVector3< RealType > & V3
    )
}

Returns

true if triangle V1,V2,V3 is obtuse

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