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::LineSphereTest
(
const TVector < RealType > & LineOrigin,
const TVector < RealType > & LineDirection,
const TVector < RealType > & SphereCenter,
RealType SphereRadius
)
}
Remarks
Test if line intersects sphere true if line intersects sphere