IntersectionUtil::LineSphereIntersection

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Intersection/IntersectionUtil.h

Include

#include "Intersection/IntersectionUtil.h"

Syntax

namespace IntersectionUtil
{
    template<typename RealType>
    FLinearIntersection IntersectionUtil::LineSphereIntersection
    (
        const FVector3< RealType > & LineOrigin,
        const FVector3< RealType > & LineDirection,
        const FVector3< RealType > & SphereCenter,
        RealType SphereRadius
    )
}

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss