VectorUtil::BinormalSign

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>
    RealType VectorUtil::BinormalSign
    (
        const FVector3< RealType > & NormalIn,
        const FVector3< RealType > & TangentIn,
        const FVector3< RealType > & BinormalIn
    )
}

Returns

sign of Binormal/Bitangent relative to Normal and Tangent

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