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

Namespaces

namespace  UE
 
namespace  UE::Geometry
 

Functions

template bool GEOMETRYCORE_API UE::Geometry::IsInside (const TSphere3< float > &OuterSphere, const TSphere3< float > &InnerSphere)
 
template bool GEOMETRYCORE_API UE::Geometry::IsInside (const TSphere3< double > &OuterSphere, const TSphere3< double > &InnerSphere)
 
template bool GEOMETRYCORE_API UE::Geometry::IsInside (const TSphere3< float > &OuterSphere, const TCapsule3< float > &InnerSphere)
 
template bool GEOMETRYCORE_API UE::Geometry::IsInside (const TSphere3< double > &OuterSphere, const TCapsule3< double > &InnerSphere)
 
template bool GEOMETRYCORE_API UE::Geometry::IsInside (const TSphere3< float > &OuterSphere, const TOrientedBox3< float > &InnerSphere)
 
template bool GEOMETRYCORE_API UE::Geometry::IsInside (const TSphere3< double > &OuterSphere, const TOrientedBox3< double > &InnerSphere)
 
template bool GEOMETRYCORE_API UE::Geometry::IsInside (const TCapsule3< float > &OuterSphere, const TCapsule3< float > &InnerSphere)
 
template bool GEOMETRYCORE_API UE::Geometry::IsInside (const TCapsule3< double > &OuterSphere, const TCapsule3< double > &InnerSphere)
 
template bool GEOMETRYCORE_API UE::Geometry::IsInside (const TCapsule3< float > &OuterSphere, const TSphere3< float > &InnerSphere)
 
template bool GEOMETRYCORE_API UE::Geometry::IsInside (const TCapsule3< double > &OuterSphere, const TSphere3< double > &InnerSphere)
 
template bool GEOMETRYCORE_API UE::Geometry::IsInside (const TCapsule3< float > &OuterSphere, const TOrientedBox3< float > &InnerSphere)
 
template bool GEOMETRYCORE_API UE::Geometry::IsInside (const TCapsule3< double > &OuterSphere, const TOrientedBox3< double > &InnerSphere)
 
template bool GEOMETRYCORE_API UE::Geometry::IsInside (const TOrientedBox3< float > &OuterSphere, const TOrientedBox3< float > &InnerSphere)
 
template bool GEOMETRYCORE_API UE::Geometry::IsInside (const TOrientedBox3< double > &OuterSphere, const TOrientedBox3< double > &InnerSphere)
 
template bool GEOMETRYCORE_API UE::Geometry::IsInside (const TOrientedBox3< float > &OuterSphere, const TSphere3< float > &InnerSphere)
 
template bool GEOMETRYCORE_API UE::Geometry::IsInside (const TOrientedBox3< double > &OuterSphere, const TSphere3< double > &InnerSphere)
 
template bool GEOMETRYCORE_API UE::Geometry::IsInside (const TOrientedBox3< float > &OuterSphere, const TCapsule3< float > &InnerSphere)
 
template bool GEOMETRYCORE_API UE::Geometry::IsInside (const TOrientedBox3< double > &OuterSphere, const TCapsule3< double > &InnerSphere)
 
template bool GEOMETRYCORE_API UE::Geometry::DoesCylinderContainPoint (const TVector< float > &CylinderCenter, const TVector< float > &CylinderAxis, float CylinderRadius, float CylinderHeight, const TVector< float > &QueryPoint)
 
template bool GEOMETRYCORE_API UE::Geometry::DoesCylinderContainPoint (const TVector< double > &CylinderCenter, const TVector< double > &CylinderAxis, double CylinderRadius, double CylinderHeight, const TVector< double > &QueryPoint)