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 TVector2Arrays
Remarks
Structure-of-Array (SoA) storage for a list of 2-vectors
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
TVector2Arrays
(
int32 Size |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasSize
(
int32 Size |
Test that all the arrays have the same given size. | |
| int32 | Num () |
||
| void | SetX
(
int32 i, |
||
| void | SetXY
(
int32 i, |
||
| void | SetY
(
int32 i, |
||
| void | SetZero
(
int32 NumElements |
||
| RealType | X
(
int32 i |
||
| RealType | Y
(
int32 i |