Chaos::Utilities::Multiply

Multiple two matrices: C = L.R @note This is the mathematically expected operator.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/Utilities.h"

Syntax

namespace Chaos
{
    namespace Utilities
    {
        FMatrix33 Chaos::Utilities::Multiply
        (
            const FMatrix33 & L,
            const FMatrix33 & R
        )
    }
}

Remarks

Multiple two matrices: C = L.R @note This is the mathematically expected operator. FMatrix operator* calculates C = R.Transpose(L), so this is not equivalent to that.

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