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