Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TAxisAlignedBox3
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 |
|
|
|
BoxTypes.h |
|
TAxisAlignedBox3()
| |
|
| Name |
TAxisAlignedBox3 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
TAxisAlignedBox3()
TAxisAlignedBox3(const TAxisAlignedBox3< OtherRealType > &)
| |
|
| Name |
TAxisAlignedBox3 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
template<typename OtherRealType>
TAxisAlignedBox3
(
const TAxisAlignedBox3 < OtherRealType > & OtherBox
)
TAxisAlignedBox3(TArrayView< const TVector< RealType > >)
| |
|
| Name |
TAxisAlignedBox3 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
TAxisAlignedBox3
(
TArrayView < const TVector < RealType > > Pts
)
TAxisAlignedBox3(const TArray< TVector< RealType > > &)
| |
|
| Name |
TAxisAlignedBox3 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
TAxisAlignedBox3
(
const TArray < TVector < RealType > > & Pts
)
TAxisAlignedBox3(const TBox< InRealType > &)
| |
|
| Name |
TAxisAlignedBox3 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
template<typename InRealType>
TAxisAlignedBox3
(
const TBox < InRealType > & Box
)
TAxisAlignedBox3(const TVector< RealType > &, const TVector< RealType > &)
| |
|
| Name |
TAxisAlignedBox3 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
TAxisAlignedBox3
(
const TVector < RealType > & Min,
const TVector < RealType > & Max
)
TAxisAlignedBox3(const TVector< RealType > &, RealType)
| |
|
| Name |
TAxisAlignedBox3 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
TAxisAlignedBox3
(
const TVector < RealType > & Center,
RealType HalfWidth
)
TAxisAlignedBox3(const TAxisAlignedBox3 &, const TFunction< TVector< RealType >(const TVector< RealType > &)>)
| |
|
| Name |
TAxisAlignedBox3 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
TAxisAlignedBox3
(
const TAxisAlignedBox3 & Box,
const TFunction < TVector < RealType >< RealType > &)> TransformF
)
| |
|
| Name |
TAxisAlignedBox3 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
TAxisAlignedBox3
(
const TAxisAlignedBox3 & Box,
const FTransformSRT3d & Transform
)
TAxisAlignedBox3(const TVector< RealType > &, const TVector< RealType > &, const TVector< RealType > &)
| |
|
| Name |
TAxisAlignedBox3 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path |
#include "BoxTypes.h" |
TAxisAlignedBox3
(
const TVector < RealType > & A,
const TVector < RealType > & B,
const TVector < RealType > & C
)