FSphericalHarmonicCalculator::GenerateFirstOrderRotationMatrixGivenDegrees

Choose your operating system:

Windows

macOS

Linux

References

Module

SoundFieldRendering

Header

/Engine/Source/Runtime/SoundFieldRendering/Public/SphericalHarmonicCalculator.h

Include

#include "SphericalHarmonicCalculator.h"

Source

/Engine/Source/Runtime/SoundFieldRendering/Private/SphericalHarmonicCalculator.cpp

Syntax

static void GenerateFirstOrderRotationMatrixGivenDegrees
(
    const float RotXDegrees,
    const float RotYDegrees,
    const float RotZDegrees,
    FMatrix & OutMatrix
)