Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/GeometryCore/Public/IndexTypes.h |
Include |
#include "IndexTypes.h" |
struct FIndex2i
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.
Name | Description | ||
---|---|---|---|
|
int |
A |
|
|
int |
B |
Name | Description | |
---|---|---|
|
FIndex2i() |
|
|
FIndex2i ( |
Name | Description | ||
---|---|---|---|
|
operator!= ( |
||
|
int & |
operator[] ( |
|
|
const int & |
operator[] ( |
|
|
operator== ( |