FPerspectiveMatrix

Windows
MacOS
Linux

Inheritance Hierarchy

FMatrix

FPerspectiveMatrix

References

Module

Core

Header

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

Include

#include "Math/PerspectiveMatrix.h"

Syntax

class FPerspectiveMatrix : public FMatrix

Constructors

Name Description

Public function

FPerspectiveMatrix

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

Constructor

Public function

FPerspectiveMatrix

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

Constructor

Public function

FPerspectiveMatrix

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

Constructor

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