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 |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasSize
(
int32 Size |
Test that all the arrays have the same given size. | |
| TVector< RealType > | Get
(
int32 i |
||
| int32 | Num () |
||
| void | |||
| void | SetX
(
int32 i, |
||
| void | |||
| void | SetY
(
int32 i, |
||
| void | SetZ
(
int32 i, |
||
| void | SetZero
(
int32 NumElements |
||
| RealType | X
(
int32 i |
||
| RealType | Y
(
int32 i |
||
| RealType | Z
(
int32 i |