UE::Geometry::IsInside

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Intersection/ContainmentQueries3.h"

Syntax

namespace UE
{
    namespace Geometry
    {
        template<typename RealType, typename EnumerablePointsType, typename E>
        bool UE::Geometry::IsInside
        (
            const TCapsule3< RealType > & OuterCapsule,
            EnumerablePointsType EnumerablePts
        )
    }
}

Returns

true if all all points in range-based for over EnumerablePts are inside OuterCapsule

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