TMatrix4::TMatrix4

Construct outer-product of U*transpose(V) of U and V result is that Mij = u_i * v_j

Windows
MacOS
Linux

References

Module

GeoReferencing

Header

/Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Public/Matrix4d.h

Include

#include "Matrix4d.h"

Syntax

TMatrix4
(
    const TVector4< RealType > & U,
    const TVector4< RealType > & V
)

Remarks

Construct outer-product of U*transpose(V) of U and V result is that Mij = u_i * v_j

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