FReversedZPerspectiveMatrix

Windows
MacOS
Linux

Inheritance Hierarchy

FMatrix

FReversedZPerspectiveMatrix

References

Module

Core

Header

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

Include

#include "Math/PerspectiveMatrix.h"

Syntax

class FReversedZPerspectiveMatrix : public FMatrix

Constructors

Name Description

Public function

FReversedZPerspectiveMatrix

(
    float HalfFOV,
    float Width,
    float Height,
    float MinZ
)

Public function

FReversedZPerspectiveMatrix

(
    float HalfFOV,
    float Width,
    float Height,
    float MinZ,
    float MaxZ
)

Public function

FReversedZPerspectiveMatrix

(
    float HalfFOVX,
    float HalfFOVY,
    float MultFOVX,
    float MultFOVY,
    float MinZ,
    float MaxZ
)

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