![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Chaos/SweepsMTD.h"Namespaces | |
| namespace | Chaos |
| namespace | Chaos::Sweeps |
Functions | |
| void | Chaos::Sweeps::SphereSphereMTD (const FVec3 &Sphere0Center, const FReal Sphere0Radius, const FVec3 &Sphere1Center, const FReal Sphere1Radius, FReal &OutTime, FVec3 &OutPosition, FVec3 &OutNormal) |
| void | Chaos::Sweeps::AabbSphereMTD (const FVec3 &AabbMin, const FVec3 &AabbMax, const FVec3 &SphereCenter, const FReal SphereRadius, FReal &OutTime, FVec3 &OutPosition, FVec3 &OutNormal) |
| void | Chaos::Sweeps::CapsuleSphereMTD (const FVec3 &CapsuleX1, const FVec3 &CapsuleX2, const FReal CapsuleRadius, const FVec3 &SphereCenter, const FReal SphereRadius, FReal &OutTime, FVec3 &OutPosition, FVec3 &OutNormal) |