FBoxSphereBounds::TransformBy

Gets a bounding volume transformed by a matrix.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/BoxSphereBounds.h

Include

#include "Math/BoxSphereBounds.h"

Source

/Engine/Source/Runtime/Core/Private/Math/BoxSphereBounds.cpp

Syntax

FBoxSphereBounds TransformBy
(
    const FMatrix & M
) const

Remarks

Gets a bounding volume transformed by a matrix.

Returns

The transformed volume.

Parameters

Parameter

Description

M

The matrix.

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