44 ,
AxisX(1.0f, 0.0f, 0.0f)
45 ,
AxisY(0.0f, 1.0f, 0.0f)
46 ,
AxisZ(0.0f, 0.0f, 1.0f)
75 const float Signs[] = { -1.0f, 1.0f };
77 for (
int32 i = 0; i < 2; i++)
79 for (
int32 j = 0; j < 2; j++)
81 for (
int32 k = 0; k < 2; k++)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
USkinnedMeshComponent float
Definition SkinnedMeshComponent.h:60
Definition OrientedBox.h:13
FFloatInterval Project(const FVector &Axis) const
Definition OrientedBox.h:89
FVector::FReal ExtentY
Definition OrientedBox.h:30
FOrientedBox()
Definition OrientedBox.h:42
FVector::FReal ExtentZ
Definition OrientedBox.h:33
FVector AxisY
Definition OrientedBox.h:21
FVector Center
Definition OrientedBox.h:15
FVector AxisX
Definition OrientedBox.h:18
void CalcVertices(FVector *Verts) const
Definition OrientedBox.h:73
FVector AxisZ
Definition OrientedBox.h:24
FVector::FReal ExtentX
Definition OrientedBox.h:27
Definition IsPODType.h:12
@ Value
Definition IsPODType.h:13
T FReal
Definition Vector.h:55