Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TAxisAlignedBox2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| BoxTypes.h | |||
void Contain
(
const TAxisAlignedBox2< RealType >& Other |
BoxTypes.h | ||
| BoxTypes.h | |||
void Contain
(
TArrayView< const TVector2< RealType > > Pts |
BoxTypes.h |
Contain(const TVector2< RealType > &)
| Name | Contain |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path | #include "BoxTypes.h" |
void Contain
(
const TVector2 < RealType > & V
)
Contain(const TAxisAlignedBox2< RealType > &)
| Name | Contain |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path | #include "BoxTypes.h" |
void Contain
(
const TAxisAlignedBox2 < RealType > & Other
)
Contain(const TArray< TVector2< RealType > > &)
| Name | Contain |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path | #include "BoxTypes.h" |
void Contain
(
const TArray < TVector2 < RealType > > & Pts
)
Contain(TArrayView< const TVector2< RealType > >)
| Name | Contain |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path | #include "BoxTypes.h" |
void Contain
(
TArrayView < const TVector2 < RealType > > Pts
)