FMatrix::FMatrix

Constructor.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Matrix.h"

Source

/Engine/Source/Runtime/Core/Public/Math/Matrix.inl

Syntax

FMatrix
(
    const FVector & InX,
    const FVector & InY,
    const FVector & InZ,
    const FVector & InW
)

Remarks

Constructor.

Parameters

Parameter

Description

InX

X vector

InY

Y vector

InZ

Z vector

InW

W vector

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