Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TClipProjectionMatrix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TClipProjectionMatrix
(
const TClipProjectionMatrix< FArg >& From |
Conversion to other type. | Math/ClipProjectionMatrix.h | |
TClipProjectionMatrix
(
const TMatrix< T >& SrcProjMat, |
Constructor | Math/ClipProjectionMatrix.h |
TClipProjectionMatrix(const TClipProjectionMatrix< FArg > &)
Description
Conversion to other type.
| Name | TClipProjectionMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/ClipProjectionMatrix.h |
| Include Path | #include "Math/ClipProjectionMatrix.h" |
template<typename FArg, std::enable_if_t<(!std::is_same_v< T, FArg >), int >>
TClipProjectionMatrix
(
const TClipProjectionMatrix < FArg > & From
)
TClipProjectionMatrix(const TMatrix< T > &, const TPlane< T > &)
Description
Constructor
| Name | TClipProjectionMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/ClipProjectionMatrix.h |
| Include Path | #include "Math/ClipProjectionMatrix.h" |
TClipProjectionMatrix
(
const TMatrix < T > & SrcProjMat,
const TPlane < T > & Plane
)
Parameters
| Name | Remarks |
|---|---|
| SrcProjMat | source projection matrix to premultiply with the clip matrix |
| Plane | clipping plane used to build the clip matrix (assumed to be in camera space) |