FOrthoMatrix::FOrthoMatrix

Constructor

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/OrthoMatrix.h"

Syntax

FOrthoMatrix
(
    float Width,
    float Height,
    float ZScale,
    float ZOffset
)

Remarks

Constructor

Parameters

Parameter

Description

Width

view space width

Height

view space height

ZScale

scale in the Z axis

ZOffset

offset in the Z axis

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