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