Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Intersection
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Intersection/IntersectionUtil.h |
| Include | #include "Intersection/IntersectionUtil.h" |
namespace IntersectionUtil
{
template<typename RealType>
bool IntersectionUtil&58;&58;LineSphereTest
&40;
const TVector< RealType > & LineOrigin,
const TVector< RealType > & LineDirection,
const TVector< RealType > & SphereCenter,
RealType SphereRadius
&41;
}
Remarks
Test if line intersects sphere true if line intersects sphere