Navigation
API > API/Runtime > API/Runtime/GeometryCore
2D Gaussian
| Name | TGaussian2 |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Sampling/Gaussians.h |
| Include Path | #include "Sampling/Gaussians.h" |
Syntax
template<typename RealType>
class TGaussian2
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TGaussian2
(
RealType SigmaIn |
Sampling/Gaussians.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Sigma | RealType | Sampling/Gaussians.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RealType Evaluate
(
const UE::Math::TVector2< RealType >& XY |
Sampling/Gaussians.h | ||
RealType EvaluateSqrUnscaled
(
const UE::Math::TVector2< RealType >& XY |
Sampling/Gaussians.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void MakeKernelFromRadius
(
RealType Radius, |
Sampling/Gaussians.h | ||
static void MakeKernelFromRadius
(
RealType Radius, |
Sampling/Gaussians.h | ||
static void MakeKernelFromWidth
(
int32 IntRadius, |
Sampling/Gaussians.h |