Navigation
API > API/Runtime > API/Runtime/GeometryCore
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/IndexTypes.h |
| Include | #include "IndexTypes.h" |
Syntax
struct FIndex2i
Remarks
2-index tuple. Ported from g3Sharp library, with the intention of maintaining compatibility with existing g3Sharp code. Has an API similar to WildMagic, GTEngine, Eigen, etc.
Variables
| Type | Name | Description | |
|---|---|---|---|
| union UE::Geometry::FIndex2i | |||
| int | A | ||
| int[2] | AB | ||
| int | B |
Constructors
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Contains
(
int Value |
||
| int | IndexOf
(
int Value |
||
| FIndex2i | Invalid () |
||
| FIndex2i | Max () |
||
| int | OtherElement
(
int Value |
||
| void | Serialize FIndex2i to an archive. | ||
| void | Sort () |
||
| void | Swap () |
||
| FIndex2i | Zero () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FIndex2i& Other |
||
| int & | operator[]
(
int Idx |
||
| const int & | operator[]
(
int Idx |
||
| bool | operator==
(
const FIndex2i& Other |