LegendrePolynomial

Evaluates the LegendrePolynomial for L,M at X

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/SHMath.h

Include

#include "Math/SHMath.h"

Source

/Engine/Source/Runtime/Core/Private/Math/SHMath.cpp

Syntax

float LegendrePolynomial
(
    int32 L,
    int32 M,
    float X
)

Remarks

Evaluates the LegendrePolynomial for L,M at X

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