UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SphereConvexContactPoint.cpp File Reference

Namespaces

namespace  Chaos
 

Functions

template<typename T_CONVEX >
bool Chaos::ConvexPointPenetrationVector (const T_CONVEX &Convex, const FVec3 &X, FVec3 &OutNormal, FReal &OutPhi)
 
template<typename ConvexType >
FContactPoint Chaos::SphereConvexContactPointImpl (const FImplicitSphere3 &Sphere, const ConvexType &Convex, const FRigidTransform3 &SphereToConvexTransform)
 
FContactPoint Chaos::SphereConvexContactPoint (const FImplicitSphere3 &Sphere, const FImplicitObject &Object, const FRigidTransform3 &SphereToConvexTransform)
 
FContactPoint Chaos::SphereConvexContactPoint (const FImplicitSphere3 &Sphere, const FRigidTransform3 &SphereTransform, const FImplicitObject &Object, const FRigidTransform3 &ConvexTransform)