UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DiTOrientedBox.cpp File Reference
#include "CompGeom/DiTOrientedBox.h"
#include "Containers/Array.h"
#include "Math/Vector.h"
#include "BoxTypes.h"
#include "VectorTypes.h"
#include "IndexTypes.h"
#include "MathUtil.h"

Namespaces

namespace  UE
 
namespace  UE::Geometry
 

Functions

template TOrientedBox3< float > GEOMETRYCORE_API UE::Geometry::ComputeOrientedBBox< float > (const UE::Geometry::EDiTO DiTOType, const int32 NumPoints, TFunctionRef< UE::Math::TVector< float >(int32)> GetPointFunc)
 
template TOrientedBox3< double > GEOMETRYCORE_API UE::Geometry::ComputeOrientedBBox< double > (const UE::Geometry::EDiTO DiTOType, const int32 NumPoints, TFunctionRef< UE::Math::TVector< double >(int32)> GetPointFunc)
 
template TOrientedBox3< float > GEOMETRYCORE_API UE::Geometry::ComputeOrientedBBox< float > (const TArray< UE::Math::TVector< float > > &SampleDirections, const int32 NumPoints, TFunctionRef< UE::Math::TVector< float >(int32)> GetPointFunc)
 
template TOrientedBox3< double > GEOMETRYCORE_API UE::Geometry::ComputeOrientedBBox< double > (const TArray< UE::Math::TVector< double > > &SampleDirections, const int32 NumPoints, TFunctionRef< UE::Math::TVector< double >(int32)> GetPointFunc)