![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Containers/Array.h"#include "CoreMinimal.h"#include "HAL/Platform.h"#include "Math/Vector.h"#include "OrientedBoxTypes.h"#include "VectorTypes.h"Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::Math |
| namespace | UE::Geometry |
Enumerations | |
| enum | UE::Geometry::EDiTO { UE::Geometry::DiTO_12 = 0 , UE::Geometry::DiTO_14 = 1 , UE::Geometry::DiTO_20 = 2 , UE::Geometry::DiTO_26 = 3 } |
Functions | |
| template<typename RealType > | |
| TOrientedBox3< RealType > GEOMETRYCORE_API | UE::Geometry::ComputeOrientedBBox (const EDiTO DiTO_K, const int32 NumPoints, TFunctionRef< UE::Math::TVector< RealType >(int32)> GetPointFunc) |
| template<typename RealType > | |
| TOrientedBox3< RealType > GEOMETRYCORE_API | UE::Geometry::ComputeOrientedBBox (const TArray< TVector< RealType > > &SampleDirections, const int32 NumPoints, TFunctionRef< UE::Math::TVector< RealType >(int32)> GetPointFunc) |