UE::Geometry::TestIntersection

Halfspace Intersection Queries

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Intersection/IntersectionQueries3.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Private/Intersection/IntersectionQueries3.cpp

Syntax

namespace UE
{
    namespace Geometry
    {
        template<typename RealType>
        bool UE::Geometry::TestIntersection
        (
            const THalfspace3< RealType > & Halfspace,
            const TSphere3< RealType > & Sphere
        )
    }
}

Remarks

Halfspace Intersection Queries

Returns

true if Halfspace and Sphere intersect

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