UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::PMatrix< FReal, 2, 2 > Class Reference

#include <Matrix.h>

Public Member Functions

 PMatrix (const FReal x00, const FReal x10, const FReal x01, const FReal x11)
 
 PMatrix (const FReal x00, const FReal x10, const FReal x11)
 
PMatrix< FReal, 2, 2 > SubtractDiagonal (const FReal Scalar) const
 
TVector< FReal, 2 > TransformPosition (const TVector< FReal, 2 > &Other) const
 
PMatrix< FReal, 2, 2 > Inverse () const
 
PMatrix< FReal, 2, 2 > GetTransposed () const
 

Public Attributes

FReal M [4]
 

Constructor & Destructor Documentation

◆ PMatrix() [1/2]

Chaos::PMatrix< FReal, 2, 2 >::PMatrix ( const FReal  x00,
const FReal  x10,
const FReal  x01,
const FReal  x11 
)
inline

◆ PMatrix() [2/2]

Chaos::PMatrix< FReal, 2, 2 >::PMatrix ( const FReal  x00,
const FReal  x10,
const FReal  x11 
)
inline

Member Function Documentation

◆ GetTransposed()

PMatrix< FReal, 2, 2 > Chaos::PMatrix< FReal, 2, 2 >::GetTransposed ( ) const
inline

◆ Inverse()

PMatrix< FReal, 2, 2 > Chaos::PMatrix< FReal, 2, 2 >::Inverse ( ) const
inline

◆ SubtractDiagonal()

PMatrix< FReal, 2, 2 > Chaos::PMatrix< FReal, 2, 2 >::SubtractDiagonal ( const FReal  Scalar) const
inline

◆ TransformPosition()

TVector< FReal, 2 > Chaos::PMatrix< FReal, 2, 2 >::TransformPosition ( const TVector< FReal, 2 > &  Other) const
inline

Member Data Documentation

◆ M

FReal Chaos::PMatrix< FReal, 2, 2 >::M[4]

The documentation for this class was generated from the following file: