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"

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 TOrientedBox3< RealType > & InnerBox
        )
    }
}

Returns

true if InnerBox 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