![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Intersection/IntersectionQueries3.h"Namespaces | |
| namespace | UE |
| namespace | UE::Geometry |
Functions | |
| template bool GEOMETRYCORE_API | UE::Geometry::TestIntersection (const THalfspace3< float > &Halfspace, const TSphere3< float > &InnerSphere) |
| template bool GEOMETRYCORE_API | UE::Geometry::TestIntersection (const THalfspace3< double > &Halfspace, const TSphere3< double > &InnerSphere) |
| template bool GEOMETRYCORE_API | UE::Geometry::TestIntersection (const THalfspace3< float > &Halfspace, const TCapsule3< float > &InnerSphere) |
| template bool GEOMETRYCORE_API | UE::Geometry::TestIntersection (const THalfspace3< double > &Halfspace, const TCapsule3< double > &InnerSphere) |
| template bool GEOMETRYCORE_API | UE::Geometry::TestIntersection (const THalfspace3< float > &Halfspace, const TOrientedBox3< float > &InnerSphere) |
| template bool GEOMETRYCORE_API | UE::Geometry::TestIntersection (const THalfspace3< double > &Halfspace, const TOrientedBox3< double > &InnerSphere) |