![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Intersection/IntersectionQueries2.h"Namespaces | |
| namespace | UE |
| namespace | UE::Geometry |
Functions | |
| template bool GEOMETRYCORE_API | UE::Geometry::TestIntersection (const TSegment2< float > &Segment, const TAxisAlignedBox2< float > &Box) |
| template bool GEOMETRYCORE_API | UE::Geometry::TestIntersection (const TSegment2< double > &Segment, const TAxisAlignedBox2< double > &Box) |
| template bool GEOMETRYCORE_API | UE::Geometry::DoesTriangleIntersectCircle2D (const TVector2< float > &A, const TVector2< float > &B, const TVector2< float > &C, const TVector2< float > &Center, double RadiusSquared) |
| template bool GEOMETRYCORE_API | UE::Geometry::DoesTriangleIntersectCircle2D (const TVector2< double > &A, const TVector2< double > &B, const TVector2< double > &C, const TVector2< double > &Center, double RadiusSquared) |