Navigation
API > API/Runtime > API/Runtime/GeometryCore
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/IndexTypes.h |
| Include | #include "IndexTypes.h" |
Syntax
struct FIndex3i
Remarks
3-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.
Implicit casts to/from FIntVector are defined.
Variables
| Type | Name | Description | |
|---|---|---|---|
| union UE::Geometry::FIndex3i | |||
| int | A | ||
| int[3] | ABC | ||
| int | B | ||
| int | C |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| constexpr | FIndex3i () |
||
FIndex3i
(
const FIntVector& Vec |
|||
| constexpr | FIndex3i
(
int ValA, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Contains
(
int Value |
||
| FIndex3i | |||
| int | IndexOf
(
int Value |
||
| FIndex3i | Invalid () |
||
| FIndex3i | Max () |
||
| void | Serialize FIndex3i to an archive | ||
| FIndex3i | Zero () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FIndex3i& Other |
||
| int & | operator[]
(
int Idx |
||
| const int & | operator[]
(
int Idx |
||
| bool | operator==
(
const FIndex3i& Other |