Chaos::ComputeGlobalBoxAndSplitAxis

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/BoundingVolumeUtilities.h

Include

#include "Chaos/BoundingVolumeUtilities.h"

Syntax

namespace Chaos
{
    template<typename OBJECT_ARRAY, typename T, int d>
    const TAABB< T, d > Chaos::ComputeGlobalBoxAndSplitAxis
    (
        const OBJECT_ARRAY & Objects,
        const TArray< int32 > & AllObjects,
        const TMap< int32, TAABB< T, d >> & WorldSpaceBoxes,
        bool bAllowMultipleSplitting,
        int32 & OutAxis
    )
}

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