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::RayCircleIntersection
(
const TVector < RealType > & RayOrigin,
const TVector < RealType > & RayDirection,
const TVector < RealType > & CircleCenter,
RealType CircleRadius,
const TVector < RealType > & CircleNormal,
FLinearIntersection & Result
)
}
Remarks
Intersect ray with circle and return intersection info (# hits, ray parameters) true if ray intersects circle