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 TDiscreteKernel2
Remarks
2D Discretized Kernel (ie 2D grid/matrix of values)
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | IntRadius | ||
| TArray< RealType > | Kernel |
Functions
| Type | Name | Description | |
|---|---|---|---|
| RealType | EvaluateFromOffset
(
const FVector2i& Offset |