UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DiTOrientedBox.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "Containers/Array.h"
6#include "CoreMinimal.h"
7#include "HAL/Platform.h"
8#include "Math/Vector.h"
9#include "OrientedBoxTypes.h"
10#include "VectorTypes.h"
11
12template <typename FuncType> class TFunctionRef;
13
14namespace UE
15{
16namespace Math { template <typename T> struct TVector; }
17
18namespace Geometry
19{
20
24 enum EDiTO
25 {
29 DiTO_26 = 3
30 };
31
43 template <typename RealType>
45
46
61 template <typename RealType>
63
64} // end namespace Geometry
65}// end namespace UE
66
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Array.h:670
Definition AssetRegistryState.h:50
TOrientedBox3< RealType > GEOMETRYCORE_API ComputeOrientedBBox(const EDiTO DiTO_K, const int32 NumPoints, TFunctionRef< UE::Math::TVector< RealType >(int32)> GetPointFunc)
EDiTO
Definition DiTOrientedBox.h:25
@ DiTO_26
Definition DiTOrientedBox.h:29
@ DiTO_12
Definition DiTOrientedBox.h:26
@ DiTO_20
Definition DiTOrientedBox.h:28
@ DiTO_14
Definition DiTOrientedBox.h:27
Definition AdvancedWidgetsModule.cpp:13
Definition OrientedBoxTypes.h:25
Definition Vector.h:51