TMatrix2::TMatrix2

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

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/MatrixTypes.h

Include

#include "MatrixTypes.h"

Syntax

TMatrix2
(
    const FVector2< RealType > & U,
    const FVector2< 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