FQuat::operator*

Multiply this by a matrix.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Quat.h"

Syntax

FMatrix operator*
(
    const FMatrix & M
) const

Remarks

Multiply this by a matrix. This matrix conversion came from http://www.m-hikari.com/ija/ija-password-2008/ija-password17-20-2008/aristidouIJA17-20-2008.pdf used for non-uniform scaling transform.

Returns

Matrix result after multiplication.

Parameters

Parameter

Description

M

Matrix to multiply by.

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