Chaos::Utilities::Multiply

Overload list

Windows
MacOS
Linux
Name Description

Public function

FMatrix33

 

Chaos::Utilities::Multiply

(
    const FMatrix33& L,
    const FMatrix33& R
)

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

Public function

FMatrix44

 

Chaos::Utilities::Multiply

(
    const FMatrix44& L,
    const FMatrix44& R
)

Public function

FVec3

 

Chaos::Utilities::Multiply

(
    const FMatrix33& LIn,
    const FVec3& R
)

Multiple a vector by a matrix: C = L.R If L is a rotation matrix, then this will return R rotated by that rotation.

Public function

FVec4

 

Chaos::Utilities::Multiply

(
    const FMatrix44& LIn,
    const FVec4& R
)

Public function

FRigidTransf...

 

Chaos::Utilities::Multiply

(
    const FRigidTransform3 L,
    const FRigidTransform3& R
)

Concatenate two transforms. This returns a transform that logically applies R then L.

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