FClipProjectionMatrix

Realigns the near plane for an existing projection matrix with an arbitrary clip plane from: [http://sourceforge.net/mailarchive/message.php?msg_id=000901c26324%242181ea90%24a1e93942%40firefly](http://sourceforge.net/mailarchive/message.php?msg_id=000901c26324%242181ea90%24a1e93942%40firefly) Updated for the fact that our [FPlane](API\Runtime\Core\Math\FPlane) uses Ax+By+Cz=D.

Windows
MacOS
Linux

Inheritance Hierarchy

FMatrix

FClipProjectionMatrix

References

Module

Core

Header

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

Include

#include "Math/ClipProjectionMatrix.h"

Syntax

class FClipProjectionMatrix : public FMatrix

Remarks

Realigns the near plane for an existing projection matrix with an arbitrary clip plane from: http://sourceforge.net/mailarchive/message.php?msg_id=000901c26324%242181ea90%24a1e93942%40firefly Updated for the fact that our FPlane uses Ax+By+Cz=D.

Constructors

Name Description

Public function

FClipProjectionMatrix

(
    const FMatrix& SrcProjMat,
    const FPlane& Plane
)

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