Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TGaussian2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void MakeKernelFromRadius
(
RealType Radius, |
Sampling/Gaussians.h | ||
static void MakeKernelFromRadius
(
RealType Radius, |
Sampling/Gaussians.h |
MakeKernelFromRadius(RealType, TDiscreteKernel2< RealType > &, bool)
| Name | MakeKernelFromRadius |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Sampling/Gaussians.h |
| Include Path | #include "Sampling/Gaussians.h" |
static void MakeKernelFromRadius
(
RealType Radius,
TDiscreteKernel2 < RealType > & KernelOut,
bool bNormalized
)
MakeKernelFromRadius(RealType, TArray< RealType > &, int32 &, bool)
| Name | MakeKernelFromRadius |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Sampling/Gaussians.h |
| Include Path | #include "Sampling/Gaussians.h" |
static void MakeKernelFromRadius
(
RealType Radius,
TArray < RealType > & KernelOut,
int32 & IntRadiusOut,
bool bNormalized
)