VectorUtil::NormalArea

Calculate Normal and Area of triangle V0,V1,V2

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::NormalArea
    (
        const FVector3< RealType > & V0,
        const FVector3< RealType > & V1,
        const FVector3< RealType > & V2,
        RealType & AreaOut
    )
}

Remarks

Calculate Normal and Area of triangle V0,V1,V2

Returns

triangle normal

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