UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
OBBVectorized.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "Chaos/Core.h"
5
6
7namespace Chaos
8{
9 class FAABBVectorized;
10
11 namespace Private
12 {
14 {
15 public:
16 FOBBVectorized(const FRigidTransform3& Transform, const FVec3f& HalfExtentsIn, const FVec3f& InvScale);
17 bool IntersectAABB(const FAABBVectorized& Bounds) const;
18
19 private:
20 VectorRegister4Float Position;
24 VectorRegister4Float HalfExtents;
25
28 VectorRegister4Float InvScale;
29 };
30 }
31}
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition AABBVectorized.h:15
Definition OBBVectorized.h:14
bool IntersectAABB(const FAABBVectorized &Bounds) const
Definition OBBVectorized.cpp:44
Definition Vector.h:407
Definition SkeletalMeshComponent.h:307
Definition OverriddenPropertySet.cpp:45
Definition UnrealMathFPU.h:20