Navigation
API > API/Runtime > API/Runtime/GeometryCore
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/IntBoxTypes.h |
| Include | #include "IntBoxTypes.h" |
Syntax
struct FAxisAlignedBox2i
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAxisAlignedBox2i
(
int32 SquareSize |
|||
FAxisAlignedBox2i
(
const FVector2i& Min, |
|||
FAxisAlignedBox2i
(
int32 Width, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | Area () |
||
| void | |||
| bool | |||
| FVector2i | Diagonal () |
||
| FAxisAlignedBox2i | Empty () |
||
| void | |||
| FVector2i | GetCorner
(
int Index |
Corners are ordered to follow the perimeter of the bounding rectangle, starting from the (Min.X, Min.Y) corner and ending at (Min.X, Max.Y) | |
| bool | IsEmpty () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FAxisAlignedBox2i& Other |
||
| bool | operator==
(
const FAxisAlignedBox2i& Other |