UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Audio::SphericalHarmonicsPrivate::FTrigCache Struct Reference

Public Member Functions

 FTrigCache (const float Azimuth, const float Elevation, const int32 Order)
 

Public Attributes

float SinElevation = 0.f
 
float CosElevation = 0.f
 
float SinAzimuthOrder [MaxOrder+1]
 
float CosAzimuthOrder [MaxOrder+1]
 

Static Public Attributes

static constexpr int32 MaxOrder = 7
 

Constructor & Destructor Documentation

◆ FTrigCache()

Audio::SphericalHarmonicsPrivate::FTrigCache::FTrigCache ( const float  Azimuth,
const float  Elevation,
const int32  Order 
)
inline

Member Data Documentation

◆ CosAzimuthOrder

float Audio::SphericalHarmonicsPrivate::FTrigCache::CosAzimuthOrder[MaxOrder+1]

◆ CosElevation

float Audio::SphericalHarmonicsPrivate::FTrigCache::CosElevation = 0.f

◆ MaxOrder

constexpr int32 Audio::SphericalHarmonicsPrivate::FTrigCache::MaxOrder = 7
staticconstexpr

◆ SinAzimuthOrder

float Audio::SphericalHarmonicsPrivate::FTrigCache::SinAzimuthOrder[MaxOrder+1]

◆ SinElevation

float Audio::SphericalHarmonicsPrivate::FTrigCache::SinElevation = 0.f

The documentation for this struct was generated from the following file: