UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SphereConvexContactPoint.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"
6#include "Chaos/ImplicitFwd.h"
7#include "Chaos/ImplicitObjectScaled.h" // Cannot fwd declare scaled implicit
8
9namespace Chaos
10{
11 extern CHAOS_API FContactPoint SphereConvexContactPoint(const FImplicitSphere3& Sphere, const FRigidTransform3& SphereTransform, const FImplicitObject& Convex, const FRigidTransform3& ConvexTransform);
13}
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition SkeletalMeshComponent.h:307
TRigidTransform< FReal, 3 > FRigidTransform3
Definition Core.h:22
TSphere< FReal, 3 > FImplicitSphere3
Definition ImplicitFwd.h:29
TContactPoint< FReal > FContactPoint
Definition GJKContactPointSwept.h:11
FContactPoint SphereConvexContactPoint(const FImplicitSphere3 &Sphere, const FImplicitObject &Object, const FRigidTransform3 &SphereToConvexTransform)
Definition SphereConvexContactPoint.cpp:101