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 FPlane & InX,
    const FPlane & InY,
    const FPlane & InZ,
    const FPlane & InW
)

Remarks

Constructor.

Parameters

Parameter

Description

InX

X plane

InY

Y plane

InZ

Z plane

InW

W plane

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