Navigation
API > API/Runtime > API/Runtime/GeometryCore
3D Gaussian
| Name | TGaussian3 |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Sampling/Gaussians.h |
| Include Path | #include "Sampling/Gaussians.h" |
Syntax
template<typename RealType>
class TGaussian3
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TGaussian3
(
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 TVector< RealType >& XYZ |
Sampling/Gaussians.h | ||
RealType EvaluateSqrUnscaled
(
const TVector< RealType >& XYZ |
Sampling/Gaussians.h |