Navigation
API > API/Runtime > API/Runtime/GeometryCore
| Name | FAxisAlignedBox3i |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/IntBoxTypes.h |
| Include Path | #include "IntBoxTypes.h" |
Syntax
struct FAxisAlignedBox3i
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IntBoxTypes.h | |||
FAxisAlignedBox3i
(
const FVector3i& Min, |
IntBoxTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Max | FVector3i | IntBoxTypes.h | ||
| Min | FVector3i | IntBoxTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Contain
(
const FVector3i& V |
IntBoxTypes.h | ||
bool Contains
(
const FVector3i& V |
IntBoxTypes.h | ||
int32 Depth() |
IntBoxTypes.h | ||
FVector3i Diagonal() |
IntBoxTypes.h | ||
FVector3i GetCorner
(
int Index |
IntBoxTypes.h | ||
int32 Height() |
IntBoxTypes.h | ||
int32 Volume() |
IntBoxTypes.h | ||
int32 Width() |
IntBoxTypes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FAxisAlignedBox3i Empty() |
IntBoxTypes.h | ||
static FAxisAlignedBox3i Infinite() |
IntBoxTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FAxisAlignedBox3i& Other |
IntBoxTypes.h | ||
bool operator==
(
const FAxisAlignedBox3i& Other |
IntBoxTypes.h |