Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Util
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Util/ElementLinearization.h |
| Include | #include "Util/ElementLinearization.h" |
Syntax
template<typename RealType>
class TVector3Arrays
Remarks
Structure-of-Array (SoA) storage for a list of 3-vectors
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< RealType > | XVector | ||
| TArray< RealType > | YVector | ||
| TArray< RealType > | ZVector |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TVector3Arrays
(
int32 Size |