VectorUtil::Binormal

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

Returns

Binormal vector based on given Normal, Tangent, and Sign value (+1/-1)

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