Navigation
API > API/Plugins > API/Plugins/GeometryAlgorithms
| Name | TPCA3 |
| Type | class |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/PCA3.h |
| Include Path | #include "PCA3.h" |
Syntax
template<typename RealType>
class TPCA3
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Eigenvalues | UE::Math::TVector< RealType > | PCA3.h | ||
| Eigenvectors | TStaticArray< UE::Math::TVector< RealType >, 3 > | PCA3.h | ||
| Mean | UE::Math::TVector< RealType > | PCA results | PCA3.h | |
| ScaleFactor | UE::Math::TVector< RealType > | Any scale factor applied to the input data will be stored here. | PCA3.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Compute
(
TConstArrayView< UE::Math::TVector< RealType > > Points, |
PCA3.h |