Navigation
API > API/Runtime > API/Runtime/GeometryCore
2D Discretized Kernel (ie 2D grid/matrix of values)
| Name | TDiscreteKernel2 |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Sampling/Gaussians.h |
| Include Path | #include "Sampling/Gaussians.h" |
Syntax
template<typename RealType>
class TDiscreteKernel2
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| IntRadius | int32 | Sampling/Gaussians.h | ||
| Kernel | TArray< RealType > | Sampling/Gaussians.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RealType EvaluateFromOffset
(
const FVector2i& Offset |
Sampling/Gaussians.h |