UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MatrixTypes.h File Reference
#include "VectorTypes.h"
#include "VectorUtil.h"

Go to the source code of this file.

Classes

struct  UE::Geometry::TMatrix3< RealType >
 
struct  UE::Geometry::TMatrix2< RealType >
 

Namespaces

namespace  UE
 
namespace  UE::Geometry
 

Typedefs

typedef TMatrix3< floatUE::Geometry::FMatrix3f
 
typedef TMatrix3< doubleUE::Geometry::FMatrix3d
 
typedef TMatrix2< floatUE::Geometry::FMatrix2f
 
typedef TMatrix2< doubleUE::Geometry::FMatrix2d
 

Functions

template<typename RealType >
TMatrix3< RealType > UE::Geometry::operator* (RealType Scale, const TMatrix3< RealType > &Mat)
 
template<typename RealType >
TMatrix2< RealType > UE::Geometry::operator* (RealType Scale, const TMatrix2< RealType > &Mat)