UE::Geometry::IsInside

Sphere 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 TSphere3< RealType > & OuterSphere,
            const TSphere3< RealType > & InnerSphere
        )
    }
}

Remarks

Sphere Containment Queries

Returns

true if InnerSphere is fully contained within OuterSphere

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