VectorUtil::PlaneAngleSignedD

Calculates angle between VFrom and VTo after projection onto plane with normal defined by PlaneN

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::PlaneAngleSignedD
    (
        const FVector3< RealType > & VFrom,
        const FVector3< RealType > & VTo,
        const FVector3< RealType > & PlaneN
    )
}

Remarks

Calculates angle between VFrom and VTo after projection onto plane with normal defined by PlaneN

Returns

angle in degrees

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