VectorUtil::TriSolidAngle

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::TriSolidAngle
    (
        FVector3< RealType > A,
        FVector3< RealType > B,
        FVector3< RealType > C,
        const FVector3< RealType > & P
    )
}

Returns

solid angle at point P for triangle A,B,C

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