![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Gaussians.h>
Public Member Functions | |
| TGaussian2 (RealType SigmaIn=1.0) | |
| RealType | Evaluate (const UE::Math::TVector2< RealType > &XY) const |
| RealType | EvaluateSqrUnscaled (const UE::Math::TVector2< RealType > &XY) const |
Static Public Member Functions | |
| static void | MakeKernelFromWidth (int32 IntRadius, RealType Sigma, TArray< RealType > &KernelOut, bool bNormalized=true) |
| static void | MakeKernelFromRadius (RealType Radius, TArray< RealType > &KernelOut, int32 &IntRadiusOut, bool bNormalized=true) |
| static void | MakeKernelFromRadius (RealType Radius, TDiscreteKernel2< RealType > &KernelOut, bool bNormalized=true) |
Public Attributes | |
| RealType | Sigma |
2D Gaussian
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
| RealType UE::Geometry::TGaussian2< RealType >::Sigma |