UE::Geometry::TestIntersection

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 TCapsule3< RealType > & Capsule
        )
    }
}

Returns

true if Halfspace and Capsule 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