13template <
typename RealType>
struct TAxisAlignedBox2;
14template <
typename T>
struct TSegment2;
17template<
typename Real>
20template<
typename Real>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
template bool GEOMETRYCORE_API TestIntersection(const TSegment2< float > &Segment, const TAxisAlignedBox2< float > &Box)
template bool GEOMETRYCORE_API DoesTriangleIntersectCircle2D(const TVector2< float > &A, const TVector2< float > &B, const TVector2< float > &C, const TVector2< float > &Center, double RadiusSquared)
Definition AdvancedWidgetsModule.cpp:13
Definition BoxTypes.h:637
Definition SegmentTypes.h:23