UE::Geometry::IsInside

Capsule Containment Queries

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Intersection/ContainmentQueries3.h"

Source

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

Syntax

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

Remarks

Capsule Containment Queries

Returns

true if InnerCapsule is fully contained within 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