Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TAxisAlignedBox2
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
BoxTypes.h |
|
|
|
BoxTypes.h |
|
|
|
BoxTypes.h |
|
|
|
BoxTypes.h |
|
|
|
BoxTypes.h |
|
|
|
BoxTypes.h |
|
|
|
BoxTypes.h |
|
|
|
BoxTypes.h |
|
|
|
BoxTypes.h |
|
TAxisAlignedBox2()
| |
|
| Name |
TAxisAlignedBox2 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
TAxisAlignedBox2()
TAxisAlignedBox2(const TAxisAlignedBox2< OtherRealType > &)
| |
|
| Name |
TAxisAlignedBox2 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
template<typename OtherRealType>
TAxisAlignedBox2
(
const TAxisAlignedBox2 < OtherRealType > & OtherBox
)
TAxisAlignedBox2(RealType)
| |
|
| Name |
TAxisAlignedBox2 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
TAxisAlignedBox2
(
RealType SquareSize
)
TAxisAlignedBox2(const TArray< TVector2< RealType > > &)
| |
|
| Name |
TAxisAlignedBox2 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
TAxisAlignedBox2
(
const TArray < TVector2 < RealType > > & Pts
)
TAxisAlignedBox2(TArrayView< const TVector2< RealType > >)
| |
|
| Name |
TAxisAlignedBox2 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
TAxisAlignedBox2
(
TArrayView < const TVector2 < RealType > > Pts
)
TAxisAlignedBox2(const TBox2< InRealType > &)
| |
|
| Name |
TAxisAlignedBox2 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
template<typename InRealType>
TAxisAlignedBox2
(
const TBox2 < InRealType > & Box
)
TAxisAlignedBox2(const TVector2< RealType > &, const TVector2< RealType > &)
| |
|
| Name |
TAxisAlignedBox2 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
TAxisAlignedBox2
(
const TVector2 < RealType > & Min,
const TVector2 < RealType > & Max
)
TAxisAlignedBox2(RealType, RealType)
| |
|
| Name |
TAxisAlignedBox2 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
TAxisAlignedBox2
(
RealType Width,
RealType Height
)
TAxisAlignedBox2(const TVector2< RealType > &, RealType)
| |
|
| Name |
TAxisAlignedBox2 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
TAxisAlignedBox2
(
const TVector2 < RealType > & Center,
RealType HalfWidth
)