VectorTransformVector

Calculate Homogeneous transform.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/UnrealMathSSE.h"

Syntax

VectorRegister VectorTransformVector
(
    const VectorRegister & VecP,
    const void * MatrixM
)

Remarks

Calculate Homogeneous transform.

Returns

VectorRegister = VecP*MatrixM

Parameters

Parameter

Description

VecP

VectorRegister

MatrixM

FMatrix pointer to the Matrix to apply transform

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